Skip to content

Commit

Permalink
CLDR-17610 v46 BRS: rerun GeneratePluralRanges/GeneratedPluralSamples (
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 authored Aug 1, 2024
1 parent d7940af commit 965950b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
20 changes: 10 additions & 10 deletions common/supplemental/ordinals.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2022 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down Expand Up @@ -84,6 +84,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pluralRule count="other"> @integer 0, 6~20, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
</pluralRules>

<!-- 4: zero,one,few,other -->

<pluralRules locales="blo">
<pluralRule count="zero">i = 0 @integer 0</pluralRule>
<pluralRule count="one">i = 1 @integer 1</pluralRule>
<pluralRule count="few">i = 2,3,4,5,6 @integer 2~6</pluralRule>
<pluralRule count="other"> @integer 7~22, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
</pluralRules>

<!-- 4: one,two,few,other -->

<pluralRules locales="en">
Expand Down Expand Up @@ -129,15 +138,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pluralRule count="other"> @integer 9, 10, 19, 29, 30, 39, 49, 59, 69, 79, 109, 1000, 10000, 100000, 1000000, …</pluralRule>
</pluralRules>

<!-- 4: zero,one,few,other -->

<pluralRules locales="blo">
<pluralRule count="zero">i = 0 @integer 0</pluralRule>
<pluralRule count="one">i = 1 @integer 1</pluralRule>
<pluralRule count="few">i = 2,3,4,5,6 @integer 2~6</pluralRule>
<pluralRule count="other"> @integer 7~19, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
</pluralRules>

<!-- 5: one,two,few,many,other -->

<pluralRules locales="gu hi">
Expand Down
2 changes: 1 addition & 1 deletion common/supplemental/pluralRanges.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE supplementalData SYSTEM '../../common/dtd/ldmlSupplemental.dtd'>
<!--
Copyright © 1991-2022 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down
8 changes: 4 additions & 4 deletions common/supplemental/plurals.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2022 Unicode, Inc.
Copyright © 1991-2024 Unicode, Inc.
For terms of use, see http://www.unicode.org/copyright.html
SPDX-License-Identifier: Unicode-3.0
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
Expand Down Expand Up @@ -76,15 +76,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pluralRule count="one">i = 0,1 and n != 0 @integer 1 @decimal 0.1~1.6</pluralRule>
<pluralRule count="other"> @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, …</pluralRule>
</pluralRules>
<pluralRules locales="ksh">
<pluralRules locales="blo">
<pluralRule count="zero">n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000</pluralRule>
<pluralRule count="one">n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000</pluralRule>
<pluralRule count="other"> @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, …</pluralRule>
</pluralRules>
<pluralRules locales="blo">
<pluralRules locales="ksh">
<pluralRule count="zero">n = 0 @integer 0 @decimal 0.0, 0.00, 0.000, 0.0000</pluralRule>
<pluralRule count="one">n = 1 @integer 1 @decimal 1.0, 1.00, 1.000, 1.0000</pluralRule>
<pluralRule count="other"> @integer 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 2.0~2.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …</pluralRule>
<pluralRule count="other"> @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, …</pluralRule>
</pluralRules>

<!-- 3: one,two,other -->
Expand Down

0 comments on commit 965950b

Please sign in to comment.