diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 15 |
1 files changed, 0 insertions, 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 @@ | |||
99 | "with": "src/environments/environment.e2e.ts" | 99 | "with": "src/environments/environment.e2e.ts" |
100 | } | 100 | } |
101 | ] | 101 | ] |
102 | }, | ||
103 | "fr_FR": { | ||
104 | "aot": true, | ||
105 | "budgets": [ | ||
106 | { | ||
107 | "type": "anyComponentStyle", | ||
108 | "maximumWarning": "6kb" | ||
109 | } | ||
110 | ], | ||
111 | "outputPath": "dist/PeerTube-fr_FR", | ||
112 | "i18nFile": "src/i18n/messages.fr_FR.xlf", | ||
113 | "i18nLocale": "fr_FR" | ||
114 | } | 102 | } |
115 | } | 103 | } |
116 | }, | 104 | }, |
@@ -132,9 +120,6 @@ | |||
132 | "e2e": { | 120 | "e2e": { |
133 | "browserTarget": "PeerTube:build:e2e", | 121 | "browserTarget": "PeerTube:build:e2e", |
134 | "proxyConfig": "e2e/proxy.config.json" | 122 | "proxyConfig": "e2e/proxy.config.json" |
135 | }, | ||
136 | "fr_FR": { | ||
137 | "browserTarget": "PeerTube:build:fr_FR" | ||
138 | } | 123 | } |
139 | } | 124 | } |
140 | }, | 125 | }, |