Skip to content

Commit

Permalink
fix(container): fix the init load translations files (#13486)
Browse files Browse the repository at this point in the history
ref: MANAGER-15142
Signed-off-by: Guillaume Hyenne <[email protected]>
  • Loading branch information
ghyenne authored Oct 18, 2024
1 parent bb740fd commit 20ee24b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/apps/container/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ initShell().then((shell) => {
lng: locale,
fallbackLng: 'fr_FR',
ns: [], // namespaces to load by default
load: 'currentOnly',
backend: {
// path construction for async load, ns: namespace, lng: locale
loadPath: (lngs: string[], namespaces: string[]) => {
Expand Down

0 comments on commit 20ee24b

Please sign in to comment.