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 d34afdb01..f9e7cb278 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -148,6 +148,10 @@ | |||
148 | "is": { | 148 | "is": { |
149 | "translation": "src/locale/angular.is.xlf", | 149 | "translation": "src/locale/angular.is.xlf", |
150 | "baseHref": "/client/is/" | 150 | "baseHref": "/client/is/" |
151 | }, | ||
152 | "uk": { | ||
153 | "translation": "src/locale/angular.uk-UA.xlf", | ||
154 | "baseHref": "/client/uk-UA/" | ||
151 | } | 155 | } |
152 | } | 156 | } |
153 | }, | 157 | }, |