Suppress i18next support notice

This commit is contained in:
woobs 2026-03-11 21:11:03 -05:00 committed by GitHub
parent f77917f001
commit f33bc3180d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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