Skip to content

Commit b7c7a62

Browse files
authored
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
1 parent 24ea70a commit b7c7a62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"express": "^5.0.1",
7777
"http-proxy": "^1.18.1",
7878
"httpolyglot": "^0.1.2",
79-
"i18next": "^25.3.0",
79+
"i18next": "^25.8.3",
8080
"js-yaml": "^4.1.0",
8181
"limiter": "^2.1.0",
8282
"pem": "^1.14.8",

src/node/i18n/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ init({
5454
lowerCaseLng: true,
5555
debug: process.env.NODE_ENV === "development",
5656
resources: defaultResources,
57+
showSupportNotice: false,
5758
})
5859

5960
export default i18next

0 commit comments

Comments
 (0)