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

Unified Diff: source/data/unit/es_419.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/data/unit/es.txt ('k') | source/data/unit/es_AR.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/unit/es_419.txt
diff --git a/source/data/unit/es_419.txt b/source/data/unit/es_419.txt
index efe61eba4c85ca31a801cb420a1fc9645150546f..6787e65bada0bec2a10f00db2d6955dd652532f7 100755
--- a/source/data/unit/es_419.txt
+++ b/source/data/unit/es_419.txt
@@ -1,36 +1,42 @@
// ***************************************************************************
// *
-// * Copyright (C) 2014 International Business Machines
+// * Copyright (C) 2015 International Business Machines
// * Corporation and others. All Rights Reserved.
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
- Version{"2.1.8.19"}
+ Version{"2.1.19.14"}
units{
+ volume{
+ acre-foot{
+ one{"{0} acre pie"}
+ other{"{0} acres pies"}
+ }
+ }
}
unitsNarrow{
duration{
day{
dnam{"d."}
- one{"{0} d."}
- other{"{0} dd."}
+ one{"{0}d."}
+ other{"{0}dd."}
}
month{
dnam{"m."}
- one{"{0} m."}
- other{"{0} mm."}
+ one{"{0}m."}
+ other{"{0}mm."}
}
week{
dnam{"sem."}
- one{"{0} sem."}
- other{"{0} sems."}
+ one{"{0}sem."}
+ other{"{0}sems."}
}
year{
dnam{"a."}
- one{"{0} a."}
- other{"{0} aa."}
+ one{"{0}a."}
+ other{"{0}aa."}
}
}
}
@@ -41,9 +47,6 @@ es_419{
one{"{0} d."}
other{"{0} dd."}
}
- hour{
- dnam{"h"}
- }
month{
dnam{"mm."}
one{"{0} m."}
@@ -60,5 +63,48 @@ es_419{
other{"{0} aa."}
}
}
+ electric{
+ volt{
+ dnam{"volts"}
+ }
+ }
+ length{
+ light-year{
+ dnam{"aa. l."}
+ one{"{0} a. l."}
+ other{"{0} aa. l."}
+ }
+ nautical-mile{
+ dnam{"nmi"}
+ one{"{0} nmi"}
+ other{"{0} nmi"}
+ }
+ parsec{
+ dnam{"parsecs"}
+ }
+ yard{
+ dnam{"yardas"}
+ }
+ }
+ power{
+ watt{
+ dnam{"watts"}
+ }
+ }
+ volume{
+ pint{
+ dnam{"pintas"}
+ }
+ tablespoon{
+ dnam{"cdas."}
+ one{"{0} cda."}
+ other{"{0} cdas."}
+ }
+ teaspoon{
+ dnam{"cdtas."}
+ one{"{0} cdta."}
+ other{"{0} cdtas."}
+ }
+ }
}
}
« no previous file with comments | « source/data/unit/es.txt ('k') | source/data/unit/es_AR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698