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

Side by Side Diff: source/data/unit/es_GT.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_EC.txt ('k') | source/data/unit/es_HN.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_GT.xml 6 // * Source File: <path>/common/main/es_GT.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_GT{ 9 es_GT{
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 day{
15 per{"{0} al día"}
16 }
17 month{
18 per{"{0} al mes"}
19 }
20 year{
21 per{"{0} al año"}
22 }
23 }
24 electric{
25 ampere{
26 dnam{"amperios"}
27 one{"{0} amperio"}
28 other{"{0} amperios"}
29 }
30 milliampere{
31 dnam{"miliamperios"}
32 one{"{0} miliamperio"}
33 other{"{0} miliamperios"}
34 }
35 ohm{
36 one{"{0} ohmio"}
37 other{"{0} ohmios"}
38 }
39 volt{
40 one{"{0} voltio"}
41 other{"{0} voltios"}
42 }
43 }
44 energy{
45 joule{
46 dnam{"julios"}
47 one{"{0} julio"}
48 other{"{0} julios"}
49 }
50 kilojoule{
51 dnam{"kilojulios"}
52 one{"{0} kilojulio"}
53 other{"{0} kilojulios"}
54 }
55 }
56 length{
57 mile-scandinavian{
58 dnam{"milla escandinava"}
59 }
60 }
61 power{
62 horsepower{
63 one{"{0} caballos de fuerza"}
64 other{"{0} caballos de fuerza"}
65 }
66 }
67 volume{
68 cubic-centimeter{
69 per{"{0} por pie cúbico"}
70 }
71 }
72 }
73 unitsNarrow{
74 duration{
75 hour{
76 dnam{"hora"}
77 }
78 }
79 }
80 unitsShort{
81 electric{
82 volt{
83 dnam{"voltios"}
84 }
85 }
86 length{
87 foot{
88 dnam{"pie"}
89 }
90 }
91 power{
92 watt{
93 dnam{"vatios"}
94 }
95 }
96 proportion{
97 karat{
98 one{"{0} ct"}
99 other{"{0} ct"}
100 }
101 }
102 volume{
103 acre-foot{
104 dnam{"acre pie"}
105 }
106 }
107 }
12 } 108 }
OLDNEW
« no previous file with comments | « source/data/unit/es_EC.txt ('k') | source/data/unit/es_HN.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698