From 61f0480b57fbe239b158ff98d80feca9df2e17ff Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Fri, 14 Feb 2025 16:52:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20i18n:=20Remove=20Debug=20Mode=20?= =?UTF-8?q?(#5879)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/locales/i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/i18n.ts b/client/src/locales/i18n.ts index 03d7605d32..3a8c2a92fb 100644 --- a/client/src/locales/i18n.ts +++ b/client/src/locales/i18n.ts @@ -65,7 +65,7 @@ i18n }, fallbackNS: 'translation', ns: ['translation'], - debug: true, + debug: false, defaultNS, resources, interpolation: { escapeValue: false },