Add ar-001 locale

This commit is contained in:
Chocobozzz 2020-06-04 10:35:08 +02:00
parent 7ab42f6ecb
commit 520745bfe8
No known key found for this signature in database
GPG key ID: 583A612D890159BE
46 changed files with 13714 additions and 9262 deletions

View file

@ -4,6 +4,7 @@ export const I18N_LOCALES = {
// Always first to avoid issues when using express acceptLanguages function when no accept language header is set
'en-US': 'English',
'ar-001': 'العربية',
'ca-ES': 'Català',
'cs-CZ': 'Čeština',
'de-DE': 'Deutsch',
@ -30,6 +31,7 @@ export const I18N_LOCALES = {
}
const I18N_LOCALE_ALIAS = {
'ar': 'ar-001',
'ca': 'ca-ES',
'cs': 'cs-CZ',
'de': 'de-DE',