diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-07 10:27:16 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-02-10 16:39:28 +0100 |
commit | f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5 (patch) | |
tree | 59254014331acfb26000484358836acf203f091e /client/angular.json | |
parent | a2479503519734a073b81969cd0223ebd4760dce (diff) | |
download | PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.gz PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.tar.zst PeerTube-f77eb73b5e02bed9e223dafc1c203ceb7c05b6e5.zip |
Fix angular 9 build
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client/angular.json b/client/angular.json index ddc9272ef..f3f146bcb 100644 --- a/client/angular.json +++ b/client/angular.json | |||
@@ -4,14 +4,6 @@ | |||
4 | "newProjectRoot": "projects", | 4 | "newProjectRoot": "projects", |
5 | "projects": { | 5 | "projects": { |
6 | "PeerTube": { | 6 | "PeerTube": { |
7 | "i18n": { | ||
8 | "locales": { | ||
9 | "fr_FR": { | ||
10 | "translation": "src/i18n/messages.fr_FR.xlf", | ||
11 | "baseHref": "" | ||
12 | } | ||
13 | } | ||
14 | }, | ||
15 | "root": "", | 7 | "root": "", |
16 | "sourceRoot": "src", | 8 | "sourceRoot": "src", |
17 | "projectType": "application", | 9 | "projectType": "application", |