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

Side by Side Diff: source/data/unit/es_DO.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_CU.txt ('k') | source/data/unit/es_EC.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_DO.xml 6 // * Source File: <path>/common/main/es_DO.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 es_DO{ 9 es_DO{
10 %%Parent{"es_419"} 10 %%Parent{"es_419"}
11 Version{"2.1.6.69"} 11 Version{"2.1.19.14"}
12 units{
13 electric{
14 ampere{
15 dnam{"amperios"}
16 one{"{0} amperio"}
17 other{"{0} amperios"}
18 }
19 milliampere{
20 dnam{"miliamperios"}
21 one{"{0} miliamperio"}
22 other{"{0} miliamperios"}
23 }
24 ohm{
25 one{"{0} ohmio"}
26 other{"{0} ohmios"}
27 }
28 volt{
29 one{"{0} voltio"}
30 other{"{0} voltios"}
31 }
32 }
33 }
34 unitsNarrow{
35 duration{
36 day{
37 other{"{0}d."}
38 }
39 month{
40 other{"{0}m."}
41 }
42 }
43 }
44 unitsShort{
45 duration{
46 day{
47 dnam{"d."}
48 }
49 second{
50 dnam{"seg."}
51 one{"{0} seg."}
52 other{"{0} seg."}
53 }
54 }
55 electric{
56 volt{
57 dnam{"voltios"}
58 }
59 }
60 power{
61 watt{
62 dnam{"vatios"}
63 }
64 }
65 }
12 } 66 }
OLDNEW
« no previous file with comments | « source/data/unit/es_CU.txt ('k') | source/data/unit/es_EC.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698