aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models')
-rw-r--r--shared/models/i18n/i18n.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts
index baf3fa0f4..a123fdd63 100644
--- a/shared/models/i18n/i18n.ts
+++ b/shared/models/i18n/i18n.ts
@@ -9,6 +9,7 @@ export const I18N_LOCALES = {
9 'eo': 'Esperanto', 9 'eo': 'Esperanto',
10 'de-DE': 'Deutsch', 10 'de-DE': 'Deutsch',
11 'es-ES': 'español', 11 'es-ES': 'español',
12 'oc': 'occitan',
12 'zh-Hant-TW': '中文 (繁體, 台灣)' 13 'zh-Hant-TW': '中文 (繁體, 台灣)'
13 // 'pl-PL': 'polski' 14 // 'pl-PL': 'polski'
14} 15}