From f33bc3180d21302d608fefb04d2c9db7674cbe15 Mon Sep 17 00:00:00 2001 From: woobs Date: Wed, 11 Mar 2026 21:11:03 -0500 Subject: [PATCH] Suppress i18next support notice --- src/node/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/i18n/index.ts b/src/node/i18n/index.ts index e8186067b..a7f9f17bc 100644 --- a/src/node/i18n/index.ts +++ b/src/node/i18n/index.ts @@ -54,6 +54,7 @@ init({ lowerCaseLng: true, debug: process.env.NODE_ENV === "development", resources: defaultResources, + showSupportNotice: false, }) export default i18next