From 7e41fa3c9b610aacfe9975855ef51306cf2e467e Mon Sep 17 00:00:00 2001 From: Conrad Nied Date: Wed, 7 Aug 2024 11:41:28 -0700 Subject: [PATCH] CLDR-17673 update plural forms for Sicilian (scn) (#3942) Command to regenerate pluralRanges.xml: java -jar tools/cldr-code/target/cldr-code.jar GeneratePluralRanges --- common/main/scn.xml | 5 +++-- common/supplemental/pluralRanges.xml | 4 ++-- common/supplemental/plurals.xml | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/main/scn.xml b/common/main/scn.xml index c07bab37763..82d567772ef 100644 --- a/common/main/scn.xml +++ b/common/main/scn.xml @@ -5426,8 +5426,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic ↑↑↑ - {0} jornu - {0} jorna + {0} jornu + {0} di jorna + {0} jorna diff --git a/common/supplemental/pluralRanges.xml b/common/supplemental/pluralRanges.xml index 453090c9c1f..b214a9a7bb5 100644 --- a/common/supplemental/pluralRanges.xml +++ b/common/supplemental/pluralRanges.xml @@ -28,7 +28,7 @@ - + @@ -114,7 +114,7 @@ - + diff --git a/common/supplemental/plurals.xml b/common/supplemental/plurals.xml index 8e9996b465f..9b1100a2832 100644 --- a/common/supplemental/plurals.xml +++ b/common/supplemental/plurals.xml @@ -27,7 +27,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic i = 0,1 @integer 0, 1 @decimal 0.0~1.5 @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, … - + i = 1 and v = 0 @integer 1 @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, … @@ -130,7 +130,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic e = 0 and i != 0 and i % 1000000 = 0 and v = 0 or e != 0..5 @integer 1000000, 1c6, 2c6, 3c6, 4c6, 5c6, 6c6, … @decimal 1.0000001c6, 1.1c6, 2.0000001c6, 2.1c6, 3.0000001c6, 3.1c6, … @integer 2~17, 100, 1000, 10000, 100000, 1c3, 2c3, 3c3, 4c3, 5c3, 6c3, … @decimal 2.0~3.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, 1.0001c3, 1.1c3, 2.0001c3, 2.1c3, 3.0001c3, 3.1c3, … - + i = 1 and v = 0 @integer 1 e = 0 and i != 0 and i % 1000000 = 0 and v = 0 or e != 0..5 @integer 1000000, 1c6, 2c6, 3c6, 4c6, 5c6, 6c6, … @decimal 1.0000001c6, 1.1c6, 2.0000001c6, 2.1c6, 3.0000001c6, 3.1c6, … @integer 0, 2~16, 100, 1000, 10000, 100000, 1c3, 2c3, 3c3, 4c3, 5c3, 6c3, … @decimal 0.0~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, 1.0001c3, 1.1c3, 2.0001c3, 2.1c3, 3.0001c3, 3.1c3, …