ahmadtfarhan commented on code in PR #55312:
URL: https://github.com/apache/airflow/pull/55312#discussion_r2326541184


##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/_freeze_exemptions.json:
##########
@@ -0,0 +1,22 @@
+{
+  "admin": {},
+  "assets": {},
+  "browse": {},
+  "common": {},
+  "components": {},
+  "dag": {},
+  "dags": {},
+  "dashboard": {},
+  "hitl": {
+    "requiredActionCount_few": "إجراءات مطلوبة ({{count}})",
+    "requiredActionCount_many": "إجراءات مطلوبة ({{count}})",
+    "requiredActionCount_one": "إجراء مطلوب ({{count}})",
+    "requiredActionCount_other": "إجراءات مطلوبة ({{count}})",
+    "requiredActionCount_two": "إجرَاءان مطلوبان ({{count}})",

Review Comment:
   There is no need for the {{count}} for any _two. The words already specify 
the count.
   
   Its a thought if we should do the same for all _two fields.



##########
airflow-core/src/airflow/ui/public/i18n/locales/ar/hitl.json:
##########
@@ -12,6 +12,12 @@
   "requiredAction_other": "إجراءات مطلوبة",
   "requiredAction_two": "إجراءان مطلوبان",
   "requiredAction_zero": "لا إجراءات مطلوبة",
+  "requiredActionCount_few": "إجراءات مطلوبة ({{count}})",
+  "requiredActionCount_many": "إجراءات مطلوبة ({{count}})",
+  "requiredActionCount_one": "إجراء مطلوب ({{count}})",
+  "requiredActionCount_other": "إجراءات مطلوبة ({{count}})",
+  "requiredActionCount_two": "إجرَاءان مطلوبان ({{count}})",

Review Comment:
   Same as above



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to