You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I'm trying to create a new component based on examples called "workspace". In workspace.module (renamed from examples) I added workspace instead of examples as the path, and copy pasted the folder as workspace. When I try to use the new tabs though, the tabs show as the i18n names rather than the translated/proper captions. There has to be something I'm missing. Any suggestions?
export function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(
http, ${environment.i18nPrefix}/assets/i18n/workspace/,
'.json'
);
}
The text was updated successfully, but these errors were encountered:
I don't know why it's broken on the sub localization files, but moving the localization to the main localization did the trick. Not sure if I should close this.
So I'm trying to create a new component based on examples called "workspace". In workspace.module (renamed from examples) I added workspace instead of examples as the path, and copy pasted the folder as workspace. When I try to use the new tabs though, the tabs show as the i18n names rather than the translated/proper captions. There has to be something I'm missing. Any suggestions?
export function HttpLoaderFactory(http: HttpClient) {
return new TranslateHttpLoader(
http,
${environment.i18nPrefix}/assets/i18n/workspace/
,'.json'
);
}
The text was updated successfully, but these errors were encountered: