Skip to content

Commit 8570f20

Browse files
Update supported locale types (stripe#30)
1 parent acb5207 commit 8570f20

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

types/stripe-js/checkout.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,12 @@ declare module '@stripe/stripe-js' {
7373
| 'fr'
7474
| 'it'
7575
| 'ja'
76+
| 'ms'
7677
| 'nb'
7778
| 'nl'
7879
| 'pl'
7980
| 'pt'
81+
| 'pt-BR'
8082
| 'sv'
8183
| 'zh';
8284

types/stripe-js/elements.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,10 @@ declare module '@stripe/stripe-js' {
229229
| 'ms'
230230
| 'nb'
231231
| 'nl'
232+
| 'no'
232233
| 'pl'
233234
| 'pt'
235+
| 'pt-BR'
234236
| 'ru'
235237
| 'sv'
236238
| 'zh';

types/stripe-js/index.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,12 @@ declare module '@stripe/stripe-js' {
391391
| 'lt'
392392
| 'lv'
393393
| 'ms'
394+
| 'nb'
394395
| 'nl'
395396
| 'no'
396397
| 'pl'
398+
| 'pt'
399+
| 'pt-BR'
397400
| 'ru'
398401
| 'sv'
399402
| 'zh';

0 commit comments

Comments
 (0)