aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json
index 44749d6b1..871623bc9 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -13,6 +13,10 @@
13 "baseHref": "/client/en-US/" 13 "baseHref": "/client/en-US/"
14 }, 14 },
15 "locales": { 15 "locales": {
16 "ar": {
17 "translation": "src/locale/angular.ar-001.xlf",
18 "baseHref": "/client/ar-001/"
19 },
16 "hu": { 20 "hu": {
17 "translation": "src/locale/angular.hu-HU.xlf", 21 "translation": "src/locale/angular.hu-HU.xlf",
18 "baseHref": "/client/hu-HU/" 22 "baseHref": "/client/hu-HU/"
@@ -191,6 +195,9 @@
191 } 195 }
192 ] 196 ]
193 }, 197 },
198 "ar-001": {
199 "localize": [ "ar" ]
200 },
194 "hu-HU": { 201 "hu-HU": {
195 "localize": [ "hu" ] 202 "localize": [ "hu" ]
196 }, 203 },