feat(#2842): add i18n entries for PolarDB For MySQL TopSQL scan task#3303
Closed
LordofAvernus wants to merge 1 commit into
Closed
feat(#2842): add i18n entries for PolarDB For MySQL TopSQL scan task#3303LordofAvernus wants to merge 1 commit into
LordofAvernus wants to merge 1 commit into
Conversation
Add ApMetaPolarDBForMySQLTopSQL locale entries to message_zh.go, active.zh.toml and active.en.toml with value "PolarDB For MySQL TOP SQL".
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨No code suggestions found for the PR. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
User description
Summary
ApMetaPolarDBForMySQLTopSQL国际化条目(中文 / 英文均为PolarDB For MySQL TOP SQL)。sqle/locale/message_zh.go、sqle/locale/active.zh.toml、sqle/locale/active.en.toml。Related
Related to actiontech/sqle-ee#2842
EE 仓库配套 PR:https://github.com/actiontech/sqle-ee/pull/2875
Test plan
Description
添加 PolarDB For MySQL TOP SQL 国际化入口
更新中文、英文配置文件中的 i18n 条目
确保各语言配置保持同步更新
Diagram Walkthrough
File Walkthrough
message_zh.go
在 message_zh.go 中增加新国际化条目sqle/locale/message_zh.go
ApMetaPolarDBForMySQLTopSQL国际化入口,确保显示正确active.en.toml
在 active.en.toml 中添加英文国际化条目sqle/locale/active.en.toml
ApMetaPolarDBForMySQLTopSQL英文条目,提升前端展示active.zh.toml
在 active.zh.toml 中添加中文国际化条目sqle/locale/active.zh.toml
ApMetaPolarDBForMySQLTopSQL中文条目,保持多语言一致