yyqdbngt opened a new pull request, #2976: URL: https://github.com/apache/rocketmq-dashboard/pull/2976
## Summary Localize the Settings → About tab (`settings/AboutTab.tsx`), which previously rendered fully hard-coded Chinese regardless of UI language: - Wire `useLanguage()` into the component - Replace 8 hard-coded labels with new `settings.about.*` zh/en keys (版本/构建时间/RocketMQ 支持版本/前端框架/后端框架/相关链接/文档中心/RocketMQ 社区) - Keep proper nouns (GitHub, License, Apache 2.0) and version values literal ## Why The About tab was the last all-Chinese settings page: in the English UI it still showed 版本/构建时间/相关链接 etc. ## Testing - New `AboutTab.test.tsx` (2 tests: Chinese labels by default; proper nouns and version values intact) → 2/2 passed - `tsc --noEmit` → clean - `eslint` on changed files → 0 problems -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
