Closed NoRi2909 closed 6 days ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on this repository.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The 'recent_messages' and 'recent_tx_messages' strings under 'mqtt_device_debug_info' currently form their plural by adding "(s)" to "message".
This does not work that well in many languages so using ICU syntax like in most other counts makes sense.
Proposed change
Use ICU syntax to create proper singular and plural.
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed: