X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=f3f146bcb8946594db82bfce40639b5a22a4e148;hb=f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5;hp=f7d868e748f570323ff4127c615a4c9f6de749f4;hpb=2f5d2ec5ea4fedf2466e1db2d16878b1467b1e05;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index f7d868e74..f3f146bcb 100644 --- a/client/angular.json +++ b/client/angular.json @@ -4,14 +4,6 @@ "newProjectRoot": "projects", "projects": { "PeerTube": { - "i18n": { - "locales": { - "fr_FR": { - "translation": "src/i18n/messages.fr_FR.xlf", - "baseHref": "" - } - } - }, "root": "", "sourceRoot": "src", "projectType": "application", @@ -99,18 +91,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 +112,6 @@ "e2e": { "browserTarget": "PeerTube:build:e2e", "proxyConfig": "e2e/proxy.config.json" - }, - "fr_FR": { - "browserTarget": "PeerTube:build:fr_FR" } } },