diff options
author | Chocobozzz <me@florianbigard.com> | 2018-06-06 14:33:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-06-06 16:48:41 +0200 |
commit | f07d6385b4b46c3254898292a8a53ed415b8d49b (patch) | |
tree | dba932058694ede3166ba812d1cbea170344e330 /client/src/main.ts | |
parent | e945b184a0f29b47c33bbd05578f3493ca9c8e6c (diff) | |
download | PeerTube-f07d6385b4b46c3254898292a8a53ed415b8d49b.tar.gz PeerTube-f07d6385b4b46c3254898292a8a53ed415b8d49b.tar.zst PeerTube-f07d6385b4b46c3254898292a8a53ed415b8d49b.zip |
Rename messages locale to angular
Diffstat (limited to 'client/src/main.ts')
-rw-r--r-- | client/src/main.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/main.ts b/client/src/main.ts index 85c4c0672..19f45a3e3 100644 --- a/client/src/main.ts +++ b/client/src/main.ts | |||
@@ -12,7 +12,7 @@ if (environment.production) { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | if (environment.production === false && window.location.search === '?lang=fr') { | 14 | if (environment.production === false && window.location.search === '?lang=fr') { |
15 | const translations = require(`raw-loader!./locale/target/messages_fr.xml`) | 15 | const translations = require(`raw-loader!./locale/target/angular_fr.xml`) |
16 | 16 | ||
17 | providers = [ | 17 | providers = [ |
18 | { provide: TRANSLATIONS, useValue: translations }, | 18 | { provide: TRANSLATIONS, useValue: translations }, |