shahar1 commented on code in PR #51899:
URL: https://github.com/apache/airflow/pull/51899#discussion_r2208410322
##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/dashboard.json:
##########
@@ -1,4 +1,14 @@
{
+ "favorite": {
+ "favoriteDags_few": "أول {{count}} Dag مفضلة",
+ "favoriteDags_many": "أول {{count}} Dags مفضلة",
+ "favoriteDags_one": "أول Dag مفضل",
+ "favoriteDags_other": "أول {{count}} Dags مفضلة",
+ "favoriteDags_two": "أول اثنين من الDags مفضلة",
+ "favoriteDags_zero": "لا توجد Dags مفضلة",
+ "noDagRuns": "لا يوجد تشغيل Dag لهذا الDag بعد.",
Review Comment:
I assumed you meant توجد, will fix :)
--
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]