We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a0cc7 commit 42e9bddCopy full SHA for 42e9bdd
libs/common/src/lib/i18n/i18n.constants.ts
@@ -33,7 +33,7 @@ export const LANG_2_TO_3_MAPPER = Object.entries(LANG_3_TO_2_MAPPER).reduce(
33
)
34
35
export function HttpLoaderFactory(http: HttpClient) {
36
- return new TranslateHttpLoader(http)
+ return new TranslateHttpLoader(http, './assets/i18n/')
37
}
38
39
export const TRANSLATE_DEFAULT_CONFIG = {
0 commit comments