aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json
index 455c9fbde..6434c30cc 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -124,6 +124,14 @@
124 "kab": { 124 "kab": {
125 "translation": "src/locale/angular.kab.xlf", 125 "translation": "src/locale/angular.kab.xlf",
126 "baseHref": "/client/kab/" 126 "baseHref": "/client/kab/"
127 },
128 "nb": {
129 "translation": "src/locale/angular.nb-NO.xlf",
130 "baseHref": "/client/nb-NO/"
131 },
132 "nn": {
133 "translation": "src/locale/angular.nn.xlf",
134 "baseHref": "/client/nn/"
127 } 135 }
128 } 136 }
129 }, 137 },