yyqdbngt opened a new pull request, #3173: URL: https://github.com/apache/rocketmq-dashboard/pull/3173
### Summary Localize the demo (mock-mode) topic remarks for English UI: - `Topic` gains an optional `enRemark`; all 12 demo topics (`mock/topics.ts`) now carry English remarks. - The Topic table's remark cell renders `enRemark` when the UI language is English, falling back to the Chinese remark otherwise (sorting still uses the stored remark). ### Why In demo mode the topic list's remark column leaked Chinese into English UI; remarks are now display-localized without changing the stored (editable) value. ### Testing - `tsc --noEmit` passes (exit 0). - `eslint` clean on changed files (0 errors). - Vitest: full `TopicPage` suite passes (16/16, default-zh assertions unchanged). -- 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]
