mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
fix: disable i18next debug
This commit is contained in:
parent
80e2125266
commit
03690de773
@ -45,7 +45,7 @@ i18next
|
||||
)
|
||||
.use(LanguageDetector)
|
||||
.init({
|
||||
debug: true,
|
||||
debug: false,
|
||||
detection: {
|
||||
order: ['querystring', 'localStorage', 'navigator'],
|
||||
caches: ['localStorage'],
|
||||
|
Loading…
Reference in New Issue
Block a user