Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Side by Side Diff: source/data/unit/es_CO.txt

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/unit/es_CL.txt ('k') | source/data/unit/es_CR.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/es_CO.xml 6 // * Source File: <path>/common/main/es_CO.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_CO{ 9 es_CO{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.8.19"} 11 Version{"2.1.20.32"}
12 units{
13 duration{
14 month{
15 per{"{0}/mes"}
16 }
17 week{
18 per{"{0}/sem."}
19 }
20 }
21 }
22 unitsNarrow{
23 duration{
24 day{
25 dnam{"día"}
26 one{"{0} día"}
27 other{"{0} días"}
28 }
29 hour{
30 one{"{0} h"}
31 other{"{0} h"}
32 }
33 millisecond{
34 one{"{0} ms"}
35 other{"{0} ms"}
36 }
37 minute{
38 one{"{0} min"}
39 other{"{0} min"}
40 }
41 month{
42 dnam{"mes"}
43 one{"{0} mes"}
44 other{"{0} meses"}
45 }
46 second{
47 one{"{0} s"}
48 other{"{0} s"}
49 }
50 week{
51 one{"{0} sem."}
52 other{"{0} sems."}
53 }
54 year{
55 one{"{0} a."}
56 other{"{0} a."}
57 }
58 }
59 }
60 unitsShort{
61 duration{
62 day{
63 dnam{"días"}
64 one{"{0} día"}
65 other{"{0} días"}
66 per{"{0}/día"}
67 }
68 month{
69 dnam{"mes"}
70 one{"{0} mes"}
71 other{"{0} meses"}
72 per{"{0}/mes"}
73 }
74 year{
75 dnam{"a."}
76 one{"{0} a."}
77 other{"{0} a."}
78 per{"{0}/año"}
79 }
80 }
81 }
12 } 82 }
OLDNEW
« no previous file with comments | « source/data/unit/es_CL.txt ('k') | source/data/unit/es_CR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698