Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLDR-17673 update plural forms for Sicilian (scn) #3753

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions common/main/scn.xml
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,15 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<symbols numberSystem="vaii">
<timeSeparator draft="unconfirmed">↑↑↑</timeSeparator>
</symbols>
<minimalPairs>
<pluralMinimalPairs count="one">↑↑↑</pluralMinimalPairs>
<pluralMinimalPairs count="many">↑↑↑</pluralMinimalPairs>
<pluralMinimalPairs count="other">↑↑↑</pluralMinimalPairs>
<ordinalMinimalPairs ordinal="many">↑↑↑</ordinalMinimalPairs>
<ordinalMinimalPairs ordinal="other">↑↑↑</ordinalMinimalPairs>
<genderMinimalPairs gender="feminine">↑↑↑</genderMinimalPairs>
<genderMinimalPairs gender="masculine">↑↑↑</genderMinimalPairs>
</minimalPairs>
</numbers>
<posix>
<messages>
Expand Down
2 changes: 1 addition & 1 deletion common/supplemental/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
<pluralRule count="many">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, …</pluralRule>
<pluralRule count="other"> @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, …</pluralRule>
</pluralRules>
<pluralRules locales="ca it pt_PT vec">
<pluralRules locales="ca it scn pt_PT vec">
<pluralRule count="one">i = 1 and v = 0 @integer 1</pluralRule>
<pluralRule count="many">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, …</pluralRule>
<pluralRule count="other"> @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, …</pluralRule>
Expand Down