diff --git a/src/config/i18n.ts b/src/config/i18n.ts index 6b03e0c..6d90c6b 100644 --- a/src/config/i18n.ts +++ b/src/config/i18n.ts @@ -10,7 +10,7 @@ i18n .use(initReactI18next) .init({ fallbackLng: 'en', - debug: true, + // debug: true, interpolation: { escapeValue: false, // not needed for react as it escapes by default }, diff --git a/src/desktop/i18n.ts b/src/desktop/i18n.ts index 6b03e0c..6d90c6b 100644 --- a/src/desktop/i18n.ts +++ b/src/desktop/i18n.ts @@ -10,7 +10,7 @@ i18n .use(initReactI18next) .init({ fallbackLng: 'en', - debug: true, + // debug: true, interpolation: { escapeValue: false, // not needed for react as it escapes by default },