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

Unified Diff: source/data/unit/en_CA.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/en_BZ.txt ('k') | source/data/unit/en_CC.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/data/unit/en_CA.txt
diff --git a/source/data/unit/en_CA.txt b/source/data/unit/en_CA.txt
new file mode 100755
index 0000000000000000000000000000000000000000..2c95dd3da8cb244b4fde9d7a7c8d6daeed9101b5
--- /dev/null
+++ b/source/data/unit/en_CA.txt
@@ -0,0 +1,102 @@
+// ***************************************************************************
+// *
+// * Copyright (C) 2015 International Business Machines
+// * Corporation and others. All Rights Reserved.
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_CA.xml
+// *
+// ***************************************************************************
+en_CA{
+ %%Parent{"en_001"}
+ Version{"2.1.19.79"}
+ unitsNarrow{
+ consumption{
+ liter-per-100kilometers{
+ dnam{"L/100km"}
+ one{"{0}L/100km"}
+ other{"{0}L/100km"}
+ }
+ liter-per-kilometer{
+ dnam{"L/km"}
+ one{"{0}L/km"}
+ other{"{0}L/km"}
+ }
+ }
+ volume{
+ centiliter{
+ dnam{"cL"}
+ one{"{0}cL"}
+ other{"{0}cL"}
+ }
+ deciliter{
+ dnam{"dL"}
+ one{"{0}dL"}
+ other{"{0}dL"}
+ }
+ hectoliter{
+ dnam{"hL"}
+ one{"{0}hL"}
+ other{"{0}hL"}
+ }
+ liter{
+ one{"{0}L"}
+ other{"{0}L"}
+ per{"{0}/L"}
+ }
+ megaliter{
+ dnam{"ML"}
+ one{"{0}ML"}
+ other{"{0}ML"}
+ }
+ milliliter{
+ dnam{"mL"}
+ one{"{0}mL"}
+ other{"{0}mL"}
+ }
+ }
+ }
+ unitsShort{
+ consumption{
+ liter-per-100kilometers{
+ dnam{"L/100 km"}
+ one{"{0} L/100 km"}
+ other{"{0} L/100 km"}
+ }
+ liter-per-kilometer{
+ one{"{0} L/km"}
+ other{"{0} L/km"}
+ }
+ }
+ volume{
+ centiliter{
+ dnam{"cL"}
+ one{"{0} cL"}
+ other{"{0} cL"}
+ }
+ deciliter{
+ dnam{"dL"}
+ one{"{0} dL"}
+ other{"{0} dL"}
+ }
+ hectoliter{
+ dnam{"hL"}
+ one{"{0} hL"}
+ other{"{0} hL"}
+ }
+ liter{
+ one{"{0} L"}
+ other{"{0} L"}
+ }
+ megaliter{
+ dnam{"ML"}
+ one{"{0} ML"}
+ other{"{0} ML"}
+ }
+ milliliter{
+ dnam{"mL"}
+ one{"{0} mL"}
+ other{"{0} mL"}
+ }
+ }
+ }
+}
« no previous file with comments | « source/data/unit/en_BZ.txt ('k') | source/data/unit/en_CC.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698