Skip to content

Commit 27d2e04

Browse files
authored
fix(locales): use fi-FI as ISO code for Finnish (#347)
* Fixed incorrect country ISO for Finland. * Fixed incorrect country ISO for Finland.
1 parent 94ccf4c commit 27d2e04

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export type LocaleOptions =
2020
| 'en-US'
2121
| 'es-ES'
2222
| 'et-EE'
23-
| 'fi-FL'
23+
| 'fi-FI'
2424
| 'fr-FR'
2525
| 'he-IL'
2626
| 'it-IT'

stories/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const locale = <const>[
1111
'en-US',
1212
'es-ES',
1313
'et-EE',
14-
'fi-FL',
14+
'fi-FI',
1515
'fr-FR',
1616
'he-IL',
1717
'it-IT',

0 commit comments

Comments
 (0)