disable debug flags.

This commit is contained in:
2025-07-04 15:36:56 +09:00
parent be0daf2097
commit dd1fd35238
2 changed files with 2 additions and 2 deletions

View File

@@ -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
},

View File

@@ -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
},