Skip to content

Commit

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

0 comments on commit dc4f268

Please sign in to comment.