This is an automated email from the ASF dual-hosted git repository.

jscheffl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ef368564e9b revert catalan plural suffixes (#55354)
ef368564e9b is described below

commit ef368564e9bad2d27ce55f986a4ab91da40cca9a
Author: ecodina <[email protected]>
AuthorDate: Sun Sep 7 21:45:04 2025 +0200

    revert catalan plural suffixes (#55354)
---
 dev/i18n/check_translations_completeness.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/i18n/check_translations_completeness.py 
b/dev/i18n/check_translations_completeness.py
index 1784e9a0a7f..ff99e514196 100755
--- a/dev/i18n/check_translations_completeness.py
+++ b/dev/i18n/check_translations_completeness.py
@@ -51,7 +51,7 @@ MOST_COMMON_PLURAL_SUFFIXES = ["_one", "_other"]
 # You can check the rules for your language at https://jsfiddle.net/6bpxsgd4
 PLURAL_SUFFIXES = {
     "ar": ["_zero", "_one", "_two", "_few", "_many", "_other"],
-    "ca": ["_one", "_many", "_other"],
+    "ca": MOST_COMMON_PLURAL_SUFFIXES,
     "de": MOST_COMMON_PLURAL_SUFFIXES,
     "en": MOST_COMMON_PLURAL_SUFFIXES,
     "es": ["_one", "_many", "_other"],

Reply via email to