From d70e9b258a436e8bde96ba9431f2b313ef6f7e15 Mon Sep 17 00:00:00 2001 From: DavidLRowe Date: Thu, 6 Jun 2024 15:57:26 -0800 Subject: [PATCH] CLDR-17622 Ladin (lld) plural rules --- common/supplemental/plurals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/supplemental/plurals.xml b/common/supplemental/plurals.xml index 27f30b7b4eb..087a8f2af2a 100644 --- a/common/supplemental/plurals.xml +++ b/common/supplemental/plurals.xml @@ -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, …