Chromium Code Reviews

Unified Diff: source/data/unit/root.txt

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « source/data/unit/rof.txt ('k') | source/data/unit/ru.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/unit/root.txt
diff --git a/source/data/unit/root.txt b/source/data/unit/root.txt
old mode 100755
new mode 100644
index da1d6861c6936af34c9c5545c7a9fcfe1e8c5adf..5a3e03961b2f6e8f369717f61867c78e5319b5d0
--- a/source/data/unit/root.txt
+++ b/source/data/unit/root.txt
@@ -1,16 +1,10 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2015 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/main/root.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
/**
* ICU <specials> source: <path>/common/main/root.xml
*/
root{
- Version{"2.1.19.19"}
+ Version{"2.1.28.79"}
durationUnits{
hm{"h:mm"}
hms{"h:mm:ss"}
@@ -77,6 +71,7 @@ root{
square-kilometer{
dnam{"km²"}
other{"{0} km²"}
+ per{"{0}/km²"}
}
square-meter{
dnam{"m²"}
@@ -86,6 +81,7 @@ root{
square-mile{
dnam{"mi²"}
other{"{0} mi²"}
+ per{"{0}/mi²"}
}
square-yard{
dnam{"yd²"}
@@ -95,6 +91,24 @@ root{
compound{
per{"{0}/{1}"}
}
+ concentr{
+ karat{
+ dnam{"kt"}
+ other{"{0} kt"}
+ }
+ milligram-per-deciliter{
+ dnam{"mg/dL"}
+ other{"{0} mg/dL"}
+ }
+ millimole-per-liter{
+ dnam{"mmol/L"}
+ other{"{0} mmol/L"}
+ }
+ part-per-million{
+ dnam{"ppm"}
+ other{"{0} ppm"}
+ }
+ }
consumption{
liter-per-100kilometers{
dnam{"L/100km"}
@@ -105,8 +119,12 @@ root{
other{"{0} L/km"}
}
mile-per-gallon{
- dnam{"mpg"}
- other{"{0} mpg"}
+ dnam{"mpg US"}
+ other{"{0} mpg US"}
+ }
+ mile-per-gallon-imperial{
+ dnam{"mpg Imp."}
+ other{"{0} mpg Imp."}
}
}
coordinate{
@@ -459,12 +477,6 @@ root{
other{"{0} psi"}
}
}
- proportion{
- karat{
- dnam{"kt"}
- other{"{0} kt"}
- }
- }
speed{
kilometer-per-hour{
dnam{"km/h"}
@@ -561,9 +573,14 @@ root{
other{"{0} fl oz"}
}
gallon{
- dnam{"gal"}
- other{"{0} gal"}
- per{"{0}/gal"}
+ dnam{"US gal"}
+ other{"{0} gal US"}
+ per{"{0}/gal US"}
+ }
+ gallon-imperial{
+ dnam{"Imp. gal"}
+ other{"{0} gal Imp."}
+ per{"{0}/gal Imp."}
}
hectoliter{
dnam{"hL"}
« no previous file with comments | « source/data/unit/rof.txt ('k') | source/data/unit/ru.txt » ('j') | no next file with comments »

Powered by Google App Engine