mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
🐞 i18n: Remove Debug Mode (#5879)
This commit is contained in:
parent
04c2a5abe7
commit
61f0480b57
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ i18n
|
||||||
},
|
},
|
||||||
fallbackNS: 'translation',
|
fallbackNS: 'translation',
|
||||||
ns: ['translation'],
|
ns: ['translation'],
|
||||||
debug: true,
|
debug: false,
|
||||||
defaultNS,
|
defaultNS,
|
||||||
resources,
|
resources,
|
||||||
interpolation: { escapeValue: false },
|
interpolation: { escapeValue: false },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue