From dd1fd3523831b98834ad60fa9277d4e88eb1d7e1 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Fri, 4 Jul 2025 15:36:56 +0900 Subject: [PATCH] disable debug flags. --- src/config/i18n.ts | 2 +- src/desktop/i18n.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 },