Add ar-001 locale

This commit is contained in:
Chocobozzz
2020-06-04 10:35:08 +02:00
parent 7ab42f6ecb
commit 520745bfe8
46 changed files with 13714 additions and 9262 deletions

View File

@@ -13,6 +13,10 @@
"baseHref": "/client/en-US/"
},
"locales": {
"ar": {
"translation": "src/locale/angular.ar-001.xlf",
"baseHref": "/client/ar-001/"
},
"hu": {
"translation": "src/locale/angular.hu-HU.xlf",
"baseHref": "/client/hu-HU/"
@@ -191,6 +195,9 @@
}
]
},
"ar-001": {
"localize": [ "ar" ]
},
"hu-HU": {
"localize": [ "hu" ]
},