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

Side by Side Diff: source/data/unit/es_AR.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_419.txt ('k') | source/data/unit/es_BO.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_AR.xml 6 // * Source File: <path>/common/main/es_AR.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_AR{ 9 es_AR{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.8.19"} 11 Version{"2.1.19.14"}
12 units{
13 duration{
14 year{
15 per{"{0}/año"}
16 }
17 }
18 electric{
19 ampere{
20 dnam{"amperios"}
21 one{"{0} amperio"}
22 other{"{0} amperios"}
23 }
24 milliampere{
25 dnam{"miliamperios"}
26 one{"{0} miliamperio"}
27 other{"{0} miliamperios"}
28 }
29 ohm{
30 one{"{0} ohmio"}
31 other{"{0} ohmios"}
32 }
33 volt{
34 one{"{0} voltio"}
35 other{"{0} voltios"}
36 }
37 }
38 energy{
39 joule{
40 dnam{"julios"}
41 one{"{0} julio"}
42 other{"{0} julios"}
43 }
44 kilojoule{
45 dnam{"kilojulios"}
46 one{"{0} kilojulio"}
47 other{"{0} kilojulios"}
48 }
49 }
50 }
51 unitsNarrow{
52 duration{
53 second{
54 dnam{"seg."}
55 one{"{0}seg."}
56 other{"{0}seg."}
57 }
58 year{
59 other{"{0}a."}
60 }
61 }
62 }
63 unitsShort{
64 duration{
65 century{
66 dnam{"s"}
67 one{"{0} s"}
68 other{"{0} s"}
69 }
70 hour{
71 dnam{"hs."}
72 }
73 second{
74 dnam{"seg."}
75 one{"{0} seg."}
76 other{"{0} seg."}
77 per{"{0}/seg."}
78 }
79 year{
80 dnam{"años"}
81 one{"{0} año"}
82 other{"{0} años"}
83 }
84 }
85 electric{
86 volt{
87 dnam{"voltios"}
88 }
89 }
90 power{
91 watt{
92 dnam{"vatios"}
93 }
94 }
95 }
12 } 96 }
OLDNEW
« no previous file with comments | « source/data/unit/es_419.txt ('k') | source/data/unit/es_BO.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698