diff options
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 }, |