yyqdbngt opened a new pull request, #3174: URL: https://github.com/apache/rocketmq-dashboard/pull/3174
### Summary Localize the demo trace node titles shown in the message trace timeline: - The three trace node titles from mock data (`Producer 发送` / `Broker 存储` / `Consumer 消费`) now map to English copy when the UI language is English (small title-vocabulary map at the page level); other titles pass through unchanged. ### Why In demo mode the trace timeline steps leaked Chinese node titles into English UI; these three titles repeat across every trace record, so a tiny render-time map covers all of them without touching the sample data. ### Testing - `tsc --noEmit` passes (exit 0). - `eslint` clean on the changed file (0 errors). - Vitest: `MessagePage` and `MessagePageAsyncState` suites pass (2 files / 20 tests; 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]
