From 5fb4febde2ef8436b6151f2d47cbdc1e1449560e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Feb 2020 10:03:31 +0100 Subject: Remove unused stuff from angular.json --- client/angular.json | 15 --------------- 1 file changed, 15 deletions(-) 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" } } }, -- cgit v1.2.3