From 20ee24b791041aed028965262ca94545735bf387 Mon Sep 17 00:00:00 2001 From: Hyenne Guillaume Date: Fri, 18 Oct 2024 09:59:24 +0200 Subject: [PATCH] fix(container): fix the init load translations files (#13486) ref: MANAGER-15142 Signed-off-by: Guillaume Hyenne --- packages/manager/apps/container/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/manager/apps/container/src/index.tsx b/packages/manager/apps/container/src/index.tsx index 080386bb06a4..e61b53af1087 100644 --- a/packages/manager/apps/container/src/index.tsx +++ b/packages/manager/apps/container/src/index.tsx @@ -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[]) => {