refactor: add locale settings
This commit is contained in:
parent
e381570b44
commit
ab717a8111
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@ const locales: LocaleObject[] = [
|
|||
name: 'English',
|
||||
emoji: '🇺🇸',
|
||||
},
|
||||
{
|
||||
code: 'fr-FR',
|
||||
file: 'fr-FR.json',
|
||||
name: 'Français',
|
||||
emoji: '🇫🇷',
|
||||
},
|
||||
]
|
||||
|
||||
function buildLocales() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue