From ce7586bf13b0e3954837371776a7f7eeca7ddab0 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Wed, 19 May 2021 17:09:17 +0200 Subject: [PATCH] Disable i18next debug --- src/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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