Suppress i18next support notice in terminal output (#7702)

* Update i18next version to 25.8.3

This is the minimum i18next version that supports the showSupportNotice option

* Suppress i18next support notice
This commit is contained in:
woobs
2026-03-12 13:10:54 -05:00
committed by GitHub
parent 24ea70ac88
commit b7c7a62049
2 changed files with 2 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ init({
lowerCaseLng: true,
debug: process.env.NODE_ENV === "development",
resources: defaultResources,
showSupportNotice: false,
})
export default i18next