mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
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