blob: d5e2cfc6e8b40426e094c1d8bae830f55e4a8377 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
es_CO{
%%Parent{"es_419"}
units{
duration{
month{
per{"{0}/mes"}
}
week{
per{"{0}/sem."}
}
}
}
unitsNarrow{
duration{
day{
dnam{"día"}
one{"{0} día"}
other{"{0} días"}
}
hour{
one{"{0} h"}
other{"{0} h"}
}
millisecond{
one{"{0} ms"}
other{"{0} ms"}
}
minute{
one{"{0} min"}
other{"{0} min"}
}
month{
dnam{"mes"}
one{"{0} mes"}
other{"{0} meses"}
}
second{
one{"{0} s"}
other{"{0} s"}
}
week{
one{"{0} sem."}
other{"{0} sems."}
}
year{
one{"{0} a."}
other{"{0} a."}
}
}
}
unitsShort{
duration{
day{
dnam{"días"}
one{"{0} día"}
other{"{0} días"}
per{"{0}/día"}
}
month{
dnam{"mes"}
one{"{0} mes"}
other{"{0} meses"}
per{"{0}/mes"}
}
year{
dnam{"a."}
one{"{0} a."}
other{"{0} a."}
per{"{0}/año"}
}
}
}
}
|