Disable i18next debug

This commit is contained in:
Kevin Kandlbinder 2021-05-19 17:09:17 +02:00
parent dbedb0d18f
commit ce7586bf13

View file

@ -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