diff options
Diffstat (limited to 'shared/models/i18n/i18n.ts')
-rw-r--r-- | shared/models/i18n/i18n.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts index 81a025f24..5c3249452 100644 --- a/shared/models/i18n/i18n.ts +++ b/shared/models/i18n/i18n.ts | |||
@@ -10,10 +10,11 @@ export const I18N_LOCALES = { | |||
10 | 'de-DE': 'Deutsch', | 10 | 'de-DE': 'Deutsch', |
11 | 'es-ES': 'Español', | 11 | 'es-ES': 'Español', |
12 | 'oc': 'Occitan', | 12 | 'oc': 'Occitan', |
13 | 'zh-Hant-TW': '中文 (繁體, 台灣)', | 13 | 'zh-Hant-TW': '繁體中文(台灣)', |
14 | 'pt-BR': 'Português (Brasil)', | 14 | 'pt-BR': 'Português (Brasil)', |
15 | 'sv-SE': 'svenska' | 15 | 'sv-SE': 'svenska', |
16 | // 'pl-PL': 'Polski' | 16 | // 'pl-PL': 'Polski' |
17 | 'zh-Hans-CN': '简体中文(中国)' | ||
17 | } | 18 | } |
18 | 19 | ||
19 | const I18N_LOCALE_ALIAS = { | 20 | const I18N_LOCALE_ALIAS = { |