yyqdbngt opened a new pull request, #3062: URL: https://github.com/apache/rocketmq-dashboard/pull/3062
### Summary Localize the two still-active shared leaf components that render Chinese fallbacks: - **MiniBar** (`home` dashboard sparklines): the no-data and `aria-label` fallbacks now use `miniBar.noTrendData` / parameterized `miniBar.trendData`; the joined series separator switches between `、` and `, ` by language. - **InstanceSelect** (ACL / topic / message / consumer / DLQ pages): default `选择实例` placeholder and `暂无匹配实例` empty content moved to `instanceSelect.*` keys (behavior unchanged when pages pass their own placeholder). ### Why Both components are used inside already-localized pages; their fallback copy was still hardcoded Chinese and showed up in English mode (e.g. unlabeled trend cells on the dashboard, instance picker empties). ### Testing - `tsc --noEmit` passes (exit 0). - `eslint` clean on changed files (0 errors). - Vitest: `MiniBar` (2), `DashboardPage` and `AclPage` suites pass — 3 files / 25 tests total. -- 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]
