Skip to content

Commit dac88c4

Browse files
committed
Spanish ordinals dropping o of ~1 and ~3
Ordinal numbers`Primero` and `Tercero` will drop `o` in masculine adjective forms. e.g., 1st/2nd/3rd/4th/5th = 1er/2o/3er/4o/5o (adj. form) Ref. https://www.spanish.academy/blog/ordinal-numbers/
1 parent 1de5706 commit dac88c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

common/supplemental/ordinals.xml

Lines changed: 5 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

0 commit comments

Comments
 (0)