diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts index 77ae01027..1a45f7ac8 100644 --- a/src/lib/i18n/index.ts +++ b/src/lib/i18n/index.ts @@ -45,7 +45,7 @@ i18next ) .use(LanguageDetector) .init({ - debug: true, + debug: false, detection: { order: ['querystring', 'localStorage', 'navigator'], caches: ['localStorage'],