X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=0a82b62fad1227455511dae67aa3bd98c9700c99;hb=228393302d98136d4dc35c5f197edc8cebd5d64f;hp=871623bc9690ee266619a175f1b2e6cb5303de52;hpb=520745bfe894aa5db0345bfa72483ee2c38a707b;p=github%2FChocobozzz%2FPeerTube.git 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 @@ "it": { "translation": "src/locale/angular.it-IT.xlf", "baseHref": "/client/it-IT/" + }, + "vi": { + "translation": "src/locale/angular.vi-VN.xlf", + "baseHref": "/client/vi-VN/" + }, + "kab": { + "translation": "src/locale/angular.kab.xlf", + "baseHref": "/client/kab/" } } }, @@ -266,6 +274,12 @@ }, "it-IT": { "localize": [ "it" ] + }, + "vi-VN": { + "localize": [ "vi" ] + }, + "kab": { + "localize": [ "kab" ] } } }, @@ -354,6 +368,7 @@ "it-IT", "ja-JP", "jbo", + "kab", "ko-KR", "lt-LT", "nb-NO",