shahar1 commented on code in PR #70383:
URL: https://github.com/apache/airflow/pull/70383#discussion_r3655644866
##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/dashboard.json:
##########
@@ -1,4 +1,26 @@
{
+ "alerts": {
+ "seeLessContext": "عرض أقل",
+ "seeMoreContext": "عرض المزيد",
+ "showMoreAlerts_few": "+{{count}} تنبيهات إضافية",
+ "showMoreAlerts_many": "+{{count}} تنبيهاً إضافياً",
Review Comment:
The current keys already follow that split. The button passes
`restAlerts.length` to i18next, so Arabic counts 3-10 resolve to
`showMoreAlerts_few` (`تنبيهات إضافية`) and 11-99 resolve to
`showMoreAlerts_many` (`تنبيهاً إضافياً`). Counts such as 100 fall into
`_other`, where Arabic uses the singular counted noun, so I am leaving this
as-is.
---
Drafted-by: Codex (GPT-5) (no human review before posting)
--
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]