yyqdbngt opened a new pull request, #3009: URL: https://github.com/apache/rocketmq-dashboard/pull/3009
## Summary Localize the consumer group create modal (`instance/consumer.tsx`): - Create button and modal, the pre-create confirmation dialog (title/content/buttons) - Name field (label/rules: required, charset pattern, max length) and example placeholder - Subscription mode / consume type radios (集群消费/广播消费), retry count and data-type selects (subscription group type, message-type options, order type with 分区顺序/全局顺序) Reused dormant keys (`consumer.name/subMode/maxRetry/subGroupType`) and added nineteen new `consumer.*` keys (including `consumeType`). ## Why The create-group modal rendered entirely in Chinese in the English UI. ## Testing - `vitest run src/pages/instance/__tests__/ConsumerPage.test.tsx` → 24/24 passed - `tsc --noEmit` → clean - `eslint` on changed files → 0 errors - zh render 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]
