diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-04 11:01:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-04 14:45:19 +0200 |
commit | 0bd558a0f9c7c6f1d5460e3792eaae663bf4f5e5 (patch) | |
tree | 98e652bc04a1189ce04e904947c04b4009d17d6d /client/angular.json | |
parent | 520745bfe894aa5db0345bfa72483ee2c38a707b (diff) | |
download | PeerTube-0bd558a0f9c7c6f1d5460e3792eaae663bf4f5e5.tar.gz PeerTube-0bd558a0f9c7c6f1d5460e3792eaae663bf4f5e5.tar.zst PeerTube-0bd558a0f9c7c6f1d5460e3792eaae663bf4f5e5.zip |
Add kab and vi locales
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json index 871623bc9..0a82b62fa 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -108,6 +108,14 @@ | |||
108 | "it": { | 108 | "it": { |
109 | "translation": "src/locale/angular.it-IT.xlf", | 109 | "translation": "src/locale/angular.it-IT.xlf", |
110 | "baseHref": "/client/it-IT/" | 110 | "baseHref": "/client/it-IT/" |
111 | }, | ||
112 | "vi": { | ||
113 | "translation": "src/locale/angular.vi-VN.xlf", | ||
114 | "baseHref": "/client/vi-VN/" | ||
115 | }, | ||
116 | "kab": { | ||
117 | "translation": "src/locale/angular.kab.xlf", | ||
118 | "baseHref": "/client/kab/" | ||
111 | } | 119 | } |
112 | } | 120 | } |
113 | }, | 121 | }, |
@@ -266,6 +274,12 @@ | |||
266 | }, | 274 | }, |
267 | "it-IT": { | 275 | "it-IT": { |
268 | "localize": [ "it" ] | 276 | "localize": [ "it" ] |
277 | }, | ||
278 | "vi-VN": { | ||
279 | "localize": [ "vi" ] | ||
280 | }, | ||
281 | "kab": { | ||
282 | "localize": [ "kab" ] | ||
269 | } | 283 | } |
270 | } | 284 | } |
271 | }, | 285 | }, |
@@ -354,6 +368,7 @@ | |||
354 | "it-IT", | 368 | "it-IT", |
355 | "ja-JP", | 369 | "ja-JP", |
356 | "jbo", | 370 | "jbo", |
371 | "kab", | ||
357 | "ko-KR", | 372 | "ko-KR", |
358 | "lt-LT", | 373 | "lt-LT", |
359 | "nb-NO", | 374 | "nb-NO", |