Skip to content

Commit

Permalink
fix: portal-integration-angular translations from shell included in mfes
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Oct 25, 2024
1 parent 0c0bdfe commit 50735a7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export function createTranslateLoader(
Location.joinWithSlash(currentMfe.remoteBaseUrl, `onecx-portal-lib/assets/i18n/`),
'.json'
),
// translations of portal-integration-angular of shell
new CachingTranslateLoader(ts, http, `./onecx-portal-lib/assets/i18n/`, '.json'),
// Primelocale Translations
new CachingTranslateLoader(
ts,
Expand Down

0 comments on commit 50735a7

Please sign in to comment.