Add kab and vi locales

This commit is contained in:
Chocobozzz
2020-06-04 11:01:54 +02:00
parent 520745bfe8
commit 0bd558a0f9
5 changed files with 3235 additions and 4362 deletions

View File

@@ -18,6 +18,7 @@ export const I18N_LOCALES = {
'hu-HU': 'magyar',
'it-IT': 'Italiano',
'ja-JP': '日本語',
'kab': 'Taqbaylit',
'nl-NL': 'Nederlands',
'oc': 'Occitan',
'pl-PL': 'Polski',
@@ -26,6 +27,7 @@ export const I18N_LOCALES = {
'ru-RU': 'русский',
'sv-SE': 'svenska',
'th-TH': 'ไทย',
'vi-VN': 'Tiếng Việt',
'zh-Hans-CN': '简体中文(中国)',
'zh-Hant-TW': '繁體中文(台灣)'
}
@@ -41,20 +43,21 @@ const I18N_LOCALE_ALIAS = {
'eu': 'eu-ES',
'fi': 'fi-FI',
'fr': 'fr-FR',
'ja': 'ja-JP',
'it': 'it-IT',
'hu': 'hu-HU',
'it': 'it-IT',
'ja': 'ja-JP',
'nl': 'nl-NL',
'pl': 'pl-PL',
'pt': 'pt-BR',
'ru': 'ru-RU',
'sv': 'sv-SE',
'th': 'th-TH',
'zh': 'zh-Hans-CN',
'zh-Hans': 'zh-Hans-CN',
'vi': 'vi-VN',
'zh-CN': 'zh-Hans-CN',
'zh-Hans': 'zh-Hans-CN',
'zh-Hant': 'zh-Hant-TW',
'zh-TW': 'zh-Hant-TW'
'zh-TW': 'zh-Hant-TW',
'zh': 'zh-Hans-CN'
}
export const POSSIBLE_LOCALES = Object.keys(I18N_LOCALES)