mirror of
https://github.com/coder/code-server.git
synced 2026-05-08 13:27:25 +02:00
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:
@@ -54,6 +54,7 @@ init({
|
||||
lowerCaseLng: true,
|
||||
debug: process.env.NODE_ENV === "development",
|
||||
resources: defaultResources,
|
||||
showSupportNotice: false,
|
||||
})
|
||||
|
||||
export default i18next
|
||||
|
||||
Reference in New Issue
Block a user