diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index a7dbe1cad..d34afdb01 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -144,6 +144,10 @@ | |||
144 | "nn": { | 144 | "nn": { |
145 | "translation": "src/locale/angular.nn.xlf", | 145 | "translation": "src/locale/angular.nn.xlf", |
146 | "baseHref": "/client/nn/" | 146 | "baseHref": "/client/nn/" |
147 | }, | ||
148 | "is": { | ||
149 | "translation": "src/locale/angular.is.xlf", | ||
150 | "baseHref": "/client/is/" | ||
147 | } | 151 | } |
148 | } | 152 | } |
149 | }, | 153 | }, |