mirror of
https://github.com/open-webui/open-webui.git
synced 2025-08-30 15:50:51 +02:00
fix: disable i18next debug
This commit is contained in:
@@ -45,7 +45,7 @@ i18next
|
||||
)
|
||||
.use(LanguageDetector)
|
||||
.init({
|
||||
debug: true,
|
||||
debug: false,
|
||||
detection: {
|
||||
order: ['querystring', 'localStorage', 'navigator'],
|
||||
caches: ['localStorage'],
|
||||
|
Reference in New Issue
Block a user