Commit 03690de7 authored by Ased Mammad's avatar Ased Mammad
Browse files

fix: disable i18next debug

parent 80e21252
...@@ -45,7 +45,7 @@ i18next ...@@ -45,7 +45,7 @@ i18next
) )
.use(LanguageDetector) .use(LanguageDetector)
.init({ .init({
debug: true, debug: false,
detection: { detection: {
order: ['querystring', 'localStorage', 'navigator'], order: ['querystring', 'localStorage', 'navigator'],
caches: ['localStorage'], caches: ['localStorage'],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment