Archived
1
0

feat: add i18n in login page (#5947)

* feat: add i18n in login page

* fix: add word space and put the app name into the title

* fix: remove duplicate replace title

* fix: prettier format code

* fix: fix typescript check warning

* fix: add zh-cn locale file code owner

* fix: use existing flag locale to the login page

Co-authored-by: Joe Previte <jjprevite@gmail.com>
This commit is contained in:
zhaozhiming
2023-01-14 01:42:49 +08:00
committed by GitHub
parent d40a9742c0
commit 7c2aa8c417
11 changed files with 108 additions and 14 deletions

2
.github/CODEOWNERS vendored
View File

@ -3,3 +3,5 @@
ci/helm-chart/ @Matthew-Beckett @alexgorbatchev
docs/install.md @GNUxeava
src/node/i18n/locales/zh-cn.json @zhaozhiming