Aias00 opened a new issue, #2666: URL: https://github.com/apache/rocketmq-dashboard/issues/2666
## Problem Several management surfaces are mounted under the global language provider but still render hard-coded Chinese strings in English mode. Confirmed examples include K8s certificate management, the message-query history drawer and instance management forms/actions. ## Evidence - `web/src/pages/cluster/certs.tsx:252` - `web/src/components/MessageQueryHistoryDrawer.tsx:119` - `web/src/pages/instance/index.tsx:640` ## Expected behavior - Move user-visible labels, validation messages, notifications and empty/error text to translation keys. - Preserve technical identifiers and backend values. - Add English-mode regression coverage for the affected surfaces. ## Related #2564 covers Settings management tabs only and does not include these pages. -- 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]
