From 03690de7730d9a1365fba2e5277281a309c922e4 Mon Sep 17 00:00:00 2001 From: Ased Mammad Date: Thu, 7 Mar 2024 16:20:32 +0330 Subject: [PATCH] fix: disable i18next debug --- src/lib/i18n/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/i18n/index.ts b/src/lib/i18n/index.ts index 77ae01027..1a45f7ac8 100644 --- a/src/lib/i18n/index.ts +++ b/src/lib/i18n/index.ts @@ -45,7 +45,7 @@ i18next ) .use(LanguageDetector) .init({ - debug: true, + debug: false, detection: { order: ['querystring', 'localStorage', 'navigator'], caches: ['localStorage'],