We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ea70a commit b7c7a62Copy full SHA for b7c7a62
package.json
@@ -76,7 +76,7 @@
76
"express": "^5.0.1",
77
"http-proxy": "^1.18.1",
78
"httpolyglot": "^0.1.2",
79
- "i18next": "^25.3.0",
+ "i18next": "^25.8.3",
80
"js-yaml": "^4.1.0",
81
"limiter": "^2.1.0",
82
"pem": "^1.14.8",
src/node/i18n/index.ts
@@ -54,6 +54,7 @@ init({
54
lowerCaseLng: true,
55
debug: process.env.NODE_ENV === "development",
56
resources: defaultResources,
57
+ showSupportNotice: false,
58
})
59
60
export default i18next
0 commit comments