potiuk commented on code in PR #58041:
URL: https://github.com/apache/airflow/pull/58041#discussion_r2503874771
##########
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:
We have automation to make sure that whenever there is a count - we have the
source for multiple variants - so that translator can decide what to use and
easier change it in the future if they decide to.
This is "potential" not "must" for it to be different and makes it way
easier to keep languages in sync especially when you have changing / new keys
being added all the time
--
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]