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)
|
||||
.init({
|
||||
debug: true,
|
||||
debug: false,
|
||||
detection: {
|
||||
order: ['querystring', 'localStorage', 'navigator'],
|
||||
caches: ['localStorage'],
|
||||
|
|
Loading…
Reference in a new issue