yyqdbngt opened a new pull request, #3212: URL: https://github.com/apache/rocketmq-dashboard/pull/3212
## Summary The settings About tab had no i18n wiring at all: the version metadata table labels and the related-links heading were hard-coded zh. Localized in settings/AboutTab.tsx: - Adds `useLang`; the metadata labels (版本 / 构建提交 / 构建时间 / RocketMQ 支持版本 / 前端框架 / 后端框架) and the 相关链接 heading now resolve through translation keys. - The 文档中心 and RocketMQ 社区 links reuse the existing `home.docs` / `home.community` keys. - 7 new `about.*` keys; zh byte-identical. ## Why The About tab is the settings surface shown in both languages; its labels should follow the active language. ## Testing - `tsc --noEmit` passes - `eslint` clean on the changed files - `vitest run AboutTab` - 1/1 test passes -- 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]
