X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fangular.json;h=b923ba413e8018d31c83242c075abcc3bf83cbfb;hb=3bbb9bef22793db57010cad561c24cf552cb09b1;hp=e453ce273327ce7aa2bef19d1484a19003834bd6;hpb=4f926722ea6784ea389013378fd233f59077ec8a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index e453ce273..b923ba413 100644 --- a/client/angular.json +++ b/client/angular.json @@ -69,6 +69,10 @@ "translation": "src/locale/angular.ru-RU.xlf", "baseHref": "/client/ru-RU/" }, + "sq": { + "translation": "src/locale/angular.sq.xlf", + "baseHref": "/client/sq/" + }, "zh-Hans": { "translation": "src/locale/angular.zh-Hans-CN.xlf", "baseHref": "/client/zh-Hans-CN/" @@ -93,6 +97,10 @@ "translation": "src/locale/angular.ca-ES.xlf", "baseHref": "/client/ca-ES/" }, + "gl": { + "translation": "src/locale/angular.gl-ES.xlf", + "baseHref": "/client/gl-ES/" + }, "cs": { "translation": "src/locale/angular.cs-CZ.xlf", "baseHref": "/client/cs-CZ/" @@ -150,6 +158,7 @@ "linkifyjs/html", "linkifyjs", "markdown-it", + "markdown-it-emoji/light", "sanitize-html", "socket.io-client", "socket.io-parser", @@ -168,7 +177,11 @@ "@babel/runtime/helpers/possibleConstructorReturn", "@babel/runtime/helpers/inherits", "@babel/runtime/helpers/construct", - "@videojs/xhr" + "@videojs/xhr", + "htmlparser2", + "url", + "parse-srcset", + "postcss" ], "scripts": [] }, @@ -203,15 +216,6 @@ } ] }, - "i18n": { - "optimization": false, - "outputHashing": "none", - "sourceMap": true, - "namedChunks": true, - "aot": true, - "buildOptimizer": false, - "budgets": [] - }, "hmr": { "localize": false, "budgets": [ @@ -311,6 +315,7 @@ "languages": [ "ar", "ca-ES", + "gl-ES", "cs-CZ", "da-DK", "de-DE",