diff --git a/client/src/i18n/index.ts b/client/src/i18n/index.ts index a7fbbe9be93217c471a429bd4a1a9cb5231bb9b9..5cdf70e0b769c3ec25c87b38fa68293fb286e626 100644 --- a/client/src/i18n/index.ts +++ b/client/src/i18n/index.ts @@ -21,7 +21,7 @@ i18n // for all options read: https://www.i18next.com/overview/configuration-options .init({ fallbackLng: "en", - debug: true, + debug: false, interpolation: { escapeValue: false, // not needed for react as it escapes by default },