i18n debug false logging

This commit is contained in:
FlorianSpeicher
2025-06-14 21:45:40 +02:00
parent c1da43c533
commit 468fd496fc

View File

@@ -9,7 +9,7 @@ i18next
.use(initReactI18next)
.init({
fallbackLng: "en",
debug: true,
debug: false,
interpolation: {
escapeValue: false,
},