mirror of
https://github.com/cdr/code-server.git
synced 2026-04-02 03:23:17 +02:00
Suppress i18next support notice
This commit is contained in:
parent
f77917f001
commit
f33bc3180d
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ init({
|
|||
lowerCaseLng: true,
|
||||
debug: process.env.NODE_ENV === "development",
|
||||
resources: defaultResources,
|
||||
showSupportNotice: false,
|
||||
})
|
||||
|
||||
export default i18next
|
||||
|
|
|
|||
Loading…
Reference in a new issue