aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/i18n')
-rw-r--r--shared/models/i18n/i18n.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts
index 5c3249452..9278c043b 100644
--- a/shared/models/i18n/i18n.ts
+++ b/shared/models/i18n/i18n.ts
@@ -1,6 +1,6 @@
1export const LOCALE_FILES = [ 'player', 'server' ] 1export const LOCALE_FILES = [ 'player', 'server' ]
2 2
3export const I18N_LOCALES = { 3export const I18N_LOCALES: any = {
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',
@@ -17,7 +17,7 @@ export const I18N_LOCALES = {
17 'zh-Hans-CN': '简体中文(中国)' 17 'zh-Hans-CN': '简体中文(中国)'
18} 18}
19 19
20const I18N_LOCALE_ALIAS = { 20const I18N_LOCALE_ALIAS: any = {
21 'en': 'en-US', 21 'en': 'en-US',
22 'fr': 'fr-FR', 22 'fr': 'fr-FR',
23 'eu': 'eu-ES', 23 'eu': 'eu-ES',