RockteMQ-AI commented on issue #4841:
URL:
https://github.com/apache/rocketmq-dashboard/issues/4841#issuecomment-5770636654
**Issue Evaluation**
Category: `bug` | Status: **Confirmed**
This is a valid i18n defect. The `alerts.totalRules` translation key is
missing the `{count}` placeholder, causing the pagination footer to render the
literal string `alerts.totalRules` instead of the interpolated count.
**Root Cause:** The translation entry in `translations.ts` for both `en` and
`zh` locales lacks the `{count}` interpolation variable that the component
passes via `t('alerts.totalRules', { count: total })`.
**Impact:** Alerts page pagination footer shows a broken/untranslated label
instead of the total rule count.
**Severity:** Low — cosmetic/i18n defect, no functional impact.
The referenced PR #4834 correctly adds the missing `{count}` placeholder to
both locale files.
---
*Automated evaluation by RockteMQ-AI*
--
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]