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

fix: disable i18next debug

parent 80e21252
......@@ -45,7 +45,7 @@ i18next
)
.use(LanguageDetector)
.init({
debug: true,
debug: false,
detection: {
order: ['querystring', 'localStorage', 'navigator'],
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