Aias00 opened a new issue, #2564: URL: https://github.com/apache/rocketmq-dashboard/issues/2564
## Problem The Settings page is localized at the navigation level, but its management tabs still render a large number of hard-coded Chinese strings when the browser language is English. This affects data source management, cloud credentials, general settings, and AI assistant configuration. It includes table headers, forms, confirmations, validation messages, pagination summaries, and request feedback. ## Scope - Replace user-visible hard-coded Chinese in `DataSourceTab`, `CloudCredentialTab`, `GeneralSettingsTab`, and `AiAssistantTab` with the existing `useLang` translation mechanism. - Add translation keys for labels, validation text, confirmations, action feedback, and pagination summaries. - Add focused frontend regression coverage using the English locale. ## Out of scope - Data-source authentication behavior (#2141). - Changing any Settings API or persistence contract. -- 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]
