Skip to content

Commit 464008e

Browse files
authored
spanish ordinals dropping o of ~1 and ~3
Spanish ordinal numbers`Primero` and `Tercero` will drop `o` in masculine adjective forms. e.g., 1o/3o (noun form) -> 1er/3er (adj. form) Ref. https://www.spanish.academy/blog/ordinal-numbers/
1 parent 1de5706 commit 464008e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

common/supplemental/ordinals.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1313

1414
<!-- 1: other -->
1515

16-
<pluralRules locales="af am an ar ast bg bs ce cs da de dsb el es et eu fa fi fy gl gsw he hr hsb ia id in is iw ja km kn ko ky lt lv ml mn my nb nl no pa pl prg ps pt root ru sd sh si sk sl sr sw ta te th tpi tr ur uz yue zh zu">
16+
<pluralRules locales="af am an ar ast bg bs ce cs da de dsb el et eu fa fi fy gl gsw he hr hsb ia id in is iw ja km kn ko ky lt lv ml mn my nb nl no pa pl prg ps pt root ru sd sh si sk sl sr sw ta te th tpi tr ur uz yue zh zu">
1717
<pluralRule count="other"> @integer 0~15, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
1818
</pluralRules>
1919

@@ -35,6 +35,10 @@ CLDR data files are interpreted according to the LDML specification (http://unic
3535
<pluralRule count="one">n = 1..4 @integer 1~4</pluralRule>
3636
<pluralRule count="other"> @integer 0, 5~19, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
3737
</pluralRules>
38+
<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>
41+
</pluralRules>
3842

3943
<!-- 2: few,other -->
4044

@@ -163,5 +167,6 @@ CLDR data files are interpreted according to the LDML specification (http://unic
163167
<pluralRule count="many">n = 5,6 @integer 5, 6</pluralRule>
164168
<pluralRule count="other"> @integer 10~25, 100, 1000, 10000, 100000, 1000000, …</pluralRule>
165169
</pluralRules>
170+
166171
</plurals>
167172
</supplementalData>

0 commit comments

Comments
 (0)