Skip to content

Commit

Permalink
fix(locales): use fi-FI as ISO code for Finnish (#347)
Browse files Browse the repository at this point in the history
* Fixed incorrect country ISO for Finland.

* Fixed incorrect country ISO for Finland.
  • Loading branch information
unbugged committed Aug 13, 2020
1 parent 94ccf4c commit 27d2e04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export type LocaleOptions =
| 'en-US'
| 'es-ES'
| 'et-EE'
| 'fi-FL'
| 'fi-FI'
| 'fr-FR'
| 'he-IL'
| 'it-IT'
Expand Down
2 changes: 1 addition & 1 deletion stories/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const locale = <const>[
'en-US',
'es-ES',
'et-EE',
'fi-FL',
'fi-FI',
'fr-FR',
'he-IL',
'it-IT',
Expand Down

1 comment on commit 27d2e04

@vercel
Copy link

@vercel vercel bot commented on 27d2e04 Aug 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.