Skip to content

Commit f33bc31

Browse files
authored
Suppress i18next support notice
1 parent f77917f commit f33bc31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)