From: Chocobozzz Date: Fri, 7 Feb 2020 09:03:31 +0000 (+0100) Subject: Remove unused stuff from angular.json X-Git-Tag: v2.2.0-rc.1~513 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5fb4febde2ef8436b6151f2d47cbdc1e1449560e;p=oweals%2Fpeertube.git Remove unused stuff from angular.json --- diff --git a/client/angular.json b/client/angular.json index f7d868e74..ddc9272ef 100644 --- a/client/angular.json +++ b/client/angular.json @@ -99,18 +99,6 @@ "with": "src/environments/environment.e2e.ts" } ] - }, - "fr_FR": { - "aot": true, - "budgets": [ - { - "type": "anyComponentStyle", - "maximumWarning": "6kb" - } - ], - "outputPath": "dist/PeerTube-fr_FR", - "i18nFile": "src/i18n/messages.fr_FR.xlf", - "i18nLocale": "fr_FR" } } }, @@ -132,9 +120,6 @@ "e2e": { "browserTarget": "PeerTube:build:e2e", "proxyConfig": "e2e/proxy.config.json" - }, - "fr_FR": { - "browserTarget": "PeerTube:build:fr_FR" } } },