Support nn and nb locales

This commit is contained in:
Chocobozzz
2021-12-13 17:06:44 +01:00
parent e2a1ccd174
commit 66175ae8b4
4 changed files with 14 additions and 1 deletions
+3
View File
@@ -28,6 +28,8 @@ export const I18N_LOCALES = {
'ru-RU': 'русский',
'sq': 'Shqip',
'sv-SE': 'Svenska',
'nn': 'norsk nynorsk',
'nb-NO': 'norsk bokmål',
'th-TH': 'ไทย',
'vi-VN': 'Tiếng Việt',
'zh-Hans-CN': '简体中文(中国)',
@@ -52,6 +54,7 @@ const I18N_LOCALE_ALIAS = {
'nl': 'nl-NL',
'pl': 'pl-PL',
'pt': 'pt-BR',
'nb': 'nb-NO',
'ru': 'ru-RU',
'sv': 'sv-SE',
'th': 'th-TH',