diff options
Diffstat (limited to 'shared')
-rw-r--r-- | shared/core-utils/i18n/i18n.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/core-utils/i18n/i18n.ts b/shared/core-utils/i18n/i18n.ts index cc7621da8..a342cb3f8 100644 --- a/shared/core-utils/i18n/i18n.ts +++ b/shared/core-utils/i18n/i18n.ts | |||
@@ -26,7 +26,8 @@ export const I18N_LOCALES = { | |||
26 | 'pt-BR': 'Português (Brasil)', | 26 | 'pt-BR': 'Português (Brasil)', |
27 | 'pt-PT': 'Português (Portugal)', | 27 | 'pt-PT': 'Português (Portugal)', |
28 | 'ru-RU': 'русский', | 28 | 'ru-RU': 'русский', |
29 | 'sv-SE': 'svenska', | 29 | 'sq': 'Shqip', |
30 | 'sv-SE': 'Svenska', | ||
30 | 'th-TH': 'ไทย', | 31 | 'th-TH': 'ไทย', |
31 | 'vi-VN': 'Tiếng Việt', | 32 | 'vi-VN': 'Tiếng Việt', |
32 | 'zh-Hans-CN': '简体中文(中国)', | 33 | 'zh-Hans-CN': '简体中文(中国)', |