diff --git a/apps/client/src/i18n.ts b/apps/client/src/i18n.ts index 5bd75f42..7032a2e8 100644 --- a/apps/client/src/i18n.ts +++ b/apps/client/src/i18n.ts @@ -15,6 +15,7 @@ i18n .init({ fallbackLng: "en-US", debug: true, + load: 'currentOnly', interpolation: { escapeValue: false, // not needed for react as it escapes by default