diff --git a/frontend/app/app.module.ts b/frontend/app/app.module.ts index a8af36b4..9099a001 100644 --- a/frontend/app/app.module.ts +++ b/frontend/app/app.module.ts @@ -181,12 +181,12 @@ export function translationsFactory(locale: string) { deps: [LOCALE_ID] }, I18n, - +/* {provide: TRANSLATIONS, useValue: translationsFactory('en')}, {provide: TRANSLATIONS_FORMAT, useValue: 'xlf'}, {provide: LOCALE_ID, useValue: 'en'}, {provide: MISSING_TRANSLATION_STRATEGY, useValue: MissingTranslationStrategy.Ignore}, - +*/ ], bootstrap: [AppComponent] })