Skip to content

Commit 56cdb46

Browse files
committed
correct the rule for 11 and 13
1 parent 7987073 commit 56cdb46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/supplemental/ordinals.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ CLDR data files are interpreted according to the LDML specification (http://unic
3636
<pluralRule count="other"> @integer 0, 5~19, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
3737
</pluralRules>
3838
<pluralRules locales="es">
39-
<pluralRule count="one">n % 10 = 1,3 @integer 1, 3, 11, 13, 21, 23, 31, 33, 41, 43, 51, 53, 101, 103, 1001, 1003, …</pluralRule>
40-
<pluralRule count="other"> @integer 0, 2, 4~10, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
39+
<!-- The rules only apply towards the masculine adjective form of ordinals -->
40+
<pluralRule count="one">n % 10 = 1,3 and n % 100 != 11,13 @integer 1, 3, 21, 23, 31, 33, 41, 43, 51, 53, 101, 103, 1001, 1003, …</pluralRule>
41+
<pluralRule count="other"> @integer 0, 2, 4~11, 13, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
4142
</pluralRules>
4243

4344
<!-- 2: few,other -->

0 commit comments

Comments
 (0)