mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-04-29 10:06:21 +02:00
Disable i18next debug
This commit is contained in:
parent
dbedb0d18f
commit
ce7586bf13
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ i18n
|
|||
// for all options read: https://www.i18next.com/overview/configuration-options
|
||||
.init({
|
||||
fallbackLng: 'en',
|
||||
debug: true,
|
||||
debug: false,
|
||||
|
||||
interpolation: {
|
||||
escapeValue: false, // not needed for react as it escapes by default
|
||||
|
|
Loading…
Add table
Reference in a new issue