mirror of
https://github.com/Unkn0wnCat/data-toolbox-site.git
synced 2025-04-30 18:46: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
|
// for all options read: https://www.i18next.com/overview/configuration-options
|
||||||
.init({
|
.init({
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
debug: true,
|
debug: false,
|
||||||
|
|
||||||
interpolation: {
|
interpolation: {
|
||||||
escapeValue: false, // not needed for react as it escapes by default
|
escapeValue: false, // not needed for react as it escapes by default
|
||||||
|
|
Loading…
Add table
Reference in a new issue