mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +00:00
fix: disable i18next debug
This commit is contained in:
parent
80e2125266
commit
03690de773
@ -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 New Issue
Block a user