aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/i18n/i18n.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/i18n/i18n.ts')
-rw-r--r--shared/models/i18n/i18n.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts
index 9a5ea27dc..1f86eef40 100644
--- a/shared/models/i18n/i18n.ts
+++ b/shared/models/i18n/i18n.ts
@@ -4,6 +4,7 @@ export const I18N_LOCALES = {
4 // Always first to avoid issues when using express acceptLanguages function when no accept language header is set 4 // Always first to avoid issues when using express acceptLanguages function when no accept language header is set
5 'en-US': 'English', 5 'en-US': 'English',
6 6
7 'ar-001': 'العربية',
7 'ca-ES': 'Català', 8 'ca-ES': 'Català',
8 'cs-CZ': 'Čeština', 9 'cs-CZ': 'Čeština',
9 'de-DE': 'Deutsch', 10 'de-DE': 'Deutsch',
@@ -30,6 +31,7 @@ export const I18N_LOCALES = {
30} 31}
31 32
32const I18N_LOCALE_ALIAS = { 33const I18N_LOCALE_ALIAS = {
34 'ar': 'ar-001',
33 'ca': 'ca-ES', 35 'ca': 'ca-ES',
34 'cs': 'cs-CZ', 36 'cs': 'cs-CZ',
35 'de': 'de-DE', 37 'de': 'de-DE',