From a57674c22bece1d9c8888c01be4a52455089029d Mon Sep 17 00:00:00 2001 From: c0mrade Date: Fri, 27 Mar 2026 14:12:52 +0300 Subject: [PATCH] chore: disable i18next promotional console message --- src/i18n.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/i18n.ts b/src/i18n.ts index 2b20910..25ab022 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -46,6 +46,8 @@ i18n react: { useSuspense: false, }, + + showSupportNotice: false, }); // Load detected language + fallback on startup