X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=6c02890413b351ee20bfd55e8b5a87ed62ca1017;hb=c1b379877bfdbedc21c4daf4edc5710c032158c7;hp=e07cf6707d58dc71e5815360d94c68fb6a029df0;hpb=d88c9eb9db19965d0075d5835b8837649b2728fd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index e07cf6707..6c0289041 100644 --- a/client/angular.json +++ b/client/angular.json @@ -124,6 +124,7 @@ "builder": "@angular-devkit/build-angular:browser", "options": { "aot": true, + "localize": true, "outputPath": "dist", "index": "src/index.html", "main": "src/main.ts", @@ -149,6 +150,7 @@ "linkifyjs/html", "linkifyjs", "markdown-it", + "markdown-it-emoji/light", "sanitize-html", "socket.io-client", "socket.io-parser", @@ -167,7 +169,11 @@ "@babel/runtime/helpers/possibleConstructorReturn", "@babel/runtime/helpers/inherits", "@babel/runtime/helpers/construct", - "@videojs/xhr" + "@videojs/xhr", + "htmlparser2", + "url", + "parse-srcset", + "postcss" ], "scripts": [] }, @@ -176,7 +182,6 @@ "optimization": true, "outputHashing": "all", "sourceMap": false, - "extractCss": true, "namedChunks": false, "aot": true, "extractLicenses": true, @@ -204,6 +209,7 @@ ] }, "hmr": { + "localize": false, "budgets": [ { "type": "anyComponentStyle", @@ -218,6 +224,7 @@ ] }, "e2e": { + "localize": false, "budgets": [ { "type": "anyComponentStyle", @@ -230,84 +237,6 @@ "with": "src/environments/environment.e2e.ts" } ] - }, - "ar": { - "localize": [ "ar" ] - }, - "hu-HU": { - "localize": [ "hu" ] - }, - "th-TH": { - "localize": [ "th" ] - }, - "fi-FI": { - "localize": [ "fi" ] - }, - "nl-NL": { - "localize": [ "nl" ] - }, - "gd": { - "localize": [ "gd" ] - }, - "el-GR": { - "localize": [ "el" ] - }, - "es-ES": { - "localize": [ "es" ] - }, - "oc": { - "localize": [ "oc" ] - }, - "pt-BR": { - "localize": [ "pt" ] - }, - "pt-PT": { - "localize": [ "pt-PT" ] - }, - "sv-SE": { - "localize": [ "sv" ] - }, - "pl-PL": { - "localize": [ "pl" ] - }, - "ru-RU": { - "localize": [ "ru" ] - }, - "zh-Hans-CN": { - "localize": [ "zh-Hans" ] - }, - "zh-Hant-TW": { - "localize": [ "zh-Hant" ] - }, - "fr-FR": { - "localize": [ "fr" ] - }, - "ja-JP": { - "localize": [ "ja" ] - }, - "eu-ES": { - "localize": [ "eu" ] - }, - "ca-ES": { - "localize": [ "ca" ] - }, - "cs-CZ": { - "localize": [ "cs" ] - }, - "eo": { - "localize": [ "eo" ] - }, - "de-DE": { - "localize": [ "de" ] - }, - "it-IT": { - "localize": [ "it" ] - }, - "vi-VN": { - "localize": [ "vi" ] - }, - "kab": { - "localize": [ "kab" ] } } },