yyqdbngt opened a new pull request, #3075:
URL: https://github.com/apache/rocketmq-dashboard/pull/3075
### Summary
Localize the last uncovered copy on the DLQ page (`pages/instance/dlq.tsx`):
the detail-list export hint.
- The `InfoBanner` description under the detail export toolbar now renders
through the `dlq.exportDetailHint` key with the formatted export time range
passed as a `{range}` parameter.
### Why
A full-literal audit (`git log -S`) showed this was the only remaining
Chinese string on the page that no earlier i18n branch had removed; everything
else (buttons, dialogs, toasts, export flow) was already localized.
### Testing
- `tsc --noEmit` passes (exit 0).
- `eslint` clean on changed files (0 errors; only the pre-existing
hook/export fast-refresh warning remains).
- Vitest: full `DLQPage` suite passes (17/17).
--
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]