Skip to content

Commit 238492f

Browse files
supported locales missing from StripeElementLocale (#416)
* add croation to StripeElementLocale * adds two more locales * add to checkout
1 parent 2c7373d commit 238492f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

types/stripe-js/checkout.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ export type CheckoutLocale =
124124
| 'es-419'
125125
| 'et'
126126
| 'fi'
127+
| 'fil'
127128
| 'fr'
128129
| 'fr-CA'
130+
| 'hr'
129131
| 'hu'
130132
| 'id'
131133
| 'it'

types/stripe-js/elements-group.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,13 @@ export type StripeElementLocale =
580580
| 'es-419'
581581
| 'et'
582582
| 'fi'
583+
| 'fil'
583584
| 'fr'
585+
| 'fr-CA'
584586
| 'fr-FR'
585587
| 'he'
586588
| 'hu'
589+
| 'hr'
587590
| 'id'
588591
| 'it'
589592
| 'it-IT'

0 commit comments

Comments
 (0)