From 7535e928a690f538f08c18f7b63a3f3e0ebcb1a2 Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Fri, 21 Jun 2024 11:50:36 -0500 Subject: [PATCH] CLDR-17667 csw plurals - same as 'ak' etc, one = 0/1, other = * --- 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 087a8f2af2a..c122404a111 100644 --- a/common/supplemental/plurals.xml +++ b/common/supplemental/plurals.xml @@ -35,7 +35,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic n = 0,1 or i = 0 and f = 1 @integer 0, 1 @decimal 0.0, 0.1, 1.0, 0.00, 0.01, 1.00, 0.000, 0.001, 1.000, 0.0000, 0.0001, 1.0000 @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 0.2~0.9, 1.1~1.8, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, … - + n = 0..1 @integer 0, 1 @decimal 0.0, 1.0, 0.00, 1.00, 0.000, 1.000, 0.0000, 1.0000 @integer 2~17, 100, 1000, 10000, 100000, 1000000, … @decimal 0.1~0.9, 1.1~1.7, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …