-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add i18n supports for console (#3506)
#### What type of PR is this? /kind feature #### What this PR does / why we need it: 为 Console 端添加多语言的支持,并默认提供简体中文和英文的语言包。 todolist: - [x] 完善 Console 的文字语言包翻译。 - [ ] ~~为后端提供的部分数据支持翻译,比如系统设置的表单定义。(实现方式待讨论,这个 PR 先不支持)~~ - [x] 提供语言设置。 #### Which issue(s) this PR fixes: Fixes #3346 #### Special notes for your reviewer: 测试方式: 1. 检查各个页面的文字显示是否正常。 2. 测试中英文环境中是否使用了对应的语言包。 #### Does this PR introduce a user-facing change? ```release-note Console 端支持多语言界面 ```
- Loading branch information
Showing
124 changed files
with
4,997 additions
and
1,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# 排除 pnpm-lock.yaml,防止被 prettier 影响导致不必要的 diff | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.