Dev-iL commented on code in PR #58041:
URL: https://github.com/apache/airflow/pull/58041#discussion_r2503801155
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/components.json:
##########
@@ -96,9 +96,15 @@
},
"limitedList": "+ {{count}} נוספים",
"limitedList.allItems": "כל {{count}} הפריטים:",
+ "limitedList.allTags_one": "כל התגיות (1)",
+ "limitedList.allTags_other": "כל התגיות ({{count}})",
+ "limitedList.allTags_two": "כל התגיות (2)",
Review Comment:
If all strings for all forms are essentially the same, why not simply use
`limitedList.allTags = "כל התגיות ({{count}})"`
##########
airflow-core/src/airflow/ui/public/i18n/locales/he/components.json:
##########
@@ -96,9 +96,15 @@
},
"limitedList": "+ {{count}} נוספים",
"limitedList.allItems": "כל {{count}} הפריטים:",
+ "limitedList.allTags_one": "כל התגיות (1)",
+ "limitedList.allTags_other": "כל התגיות ({{count}})",
+ "limitedList.allTags_two": "כל התגיות (2)",
Review Comment:
If the strings for all forms are essentially the same, why not simply use
`limitedList.allTags = "כל התגיות ({{count}})"`
--
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]