diff --git a/src/i18n.js b/src/i18n.js index 54aeeec..e0cc5f0 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -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