diff options
author | Chocobozzz <me@florianbigard.com> | 2023-02-13 10:17:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-02-13 10:22:51 +0100 |
commit | 166311358d82657a15520ef35cd99e4fb82ed56f (patch) | |
tree | 9c5c4638eed6d07e882b28c76e50d9840f5727f8 /client/angular.json | |
parent | 55c328820234eda167eb08e132e9a3f7d8fad83a (diff) | |
download | PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.tar.gz PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.tar.zst PeerTube-166311358d82657a15520ef35cd99e4fb82ed56f.zip |
Add is locale support
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 | }, |