Skip to content

Commit

Permalink
supported locales missing from StripeElementLocale (#416)
Browse files Browse the repository at this point in the history
* add croation to StripeElementLocale

* adds two more locales

* add to checkout
  • Loading branch information
madhav-stripe authored Feb 1, 2023
1 parent 2c7373d commit 238492f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/stripe-js/checkout.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,10 @@ export type CheckoutLocale =
| 'es-419'
| 'et'
| 'fi'
| 'fil'
| 'fr'
| 'fr-CA'
| 'hr'
| 'hu'
| 'id'
| 'it'
Expand Down
3 changes: 3 additions & 0 deletions types/stripe-js/elements-group.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,13 @@ export type StripeElementLocale =
| 'es-419'
| 'et'
| 'fi'
| 'fil'
| 'fr'
| 'fr-CA'
| 'fr-FR'
| 'he'
| 'hu'
| 'hr'
| 'id'
| 'it'
| 'it-IT'
Expand Down

0 comments on commit 238492f

Please sign in to comment.