diff --git a/src/app/core/transloco/transloco.module.ts b/src/app/core/transloco/transloco.module.ts index 067244ce..07ecb638 100644 --- a/src/app/core/transloco/transloco.module.ts +++ b/src/app/core/transloco/transloco.module.ts @@ -23,6 +23,7 @@ import { TranslocoHttpLoader } from 'app/core/transloco/transloco.http-loader'; } ], defaultLang : 'en', + fallbackLang : 'en', reRenderOnLangChange: true, prodMode : environment.production })