forked from open-webui/open-webui
fix: disable i18next debug
This commit is contained in:
parent
80e2125266
commit
03690de773
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||||
|
|
Loading…
Reference in a new issue