aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/i18n/i18n.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts
index a123fdd63..2530a1927 100644
--- a/shared/models/i18n/i18n.ts
+++ b/shared/models/i18n/i18n.ts
@@ -3,15 +3,15 @@ export const LOCALE_FILES = [ 'player', 'server' ]
3export const I18N_LOCALES = { 3export const I18N_LOCALES = {
4 'en-US': 'English', 4 'en-US': 'English',
5 'fr-FR': 'Français', 5 'fr-FR': 'Français',
6 'eu-ES': 'euskara', 6 'eu-ES': 'Euskara',
7 'ca-ES': 'català', 7 'ca-ES': 'Català',
8 'cs-CZ': 'eština', 8 'cs-CZ': 'eština',
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 'oc': 'Occitan',
13 'zh-Hant-TW': '中文 (繁體, 台灣)' 13 'zh-Hant-TW': '中文 (繁體, 台灣)'
14 // 'pl-PL': 'polski' 14 // 'pl-PL': 'Polski'
15} 15}
16 16
17const I18N_LOCALE_ALIAS = { 17const I18N_LOCALE_ALIAS = {