(transloco) Defined a fallback language

This commit is contained in:
sercan 2021-07-02 22:50:25 +03:00
parent 9abbf5fec2
commit 038c74df50

View File

@ -23,6 +23,7 @@ import { TranslocoHttpLoader } from 'app/core/transloco/transloco.http-loader';
}
],
defaultLang : 'en',
fallbackLang : 'en',
reRenderOnLangChange: true,
prodMode : environment.production
})