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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2015 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/en_CA.xml
7 // *
8 // ***************************************************************************
9 en_CA{
10 %%Parent{"en_001"}
11 Version{"2.1.19.79"}
12 unitsNarrow{
13 consumption{
14 liter-per-100kilometers{
15 dnam{"L/100km"}
16 one{"{0}L/100km"}
17 other{"{0}L/100km"}
18 }
19 liter-per-kilometer{
20 dnam{"L/km"}
21 one{"{0}L/km"}
22 other{"{0}L/km"}
23 }
24 }
25 volume{
26 centiliter{
27 dnam{"cL"}
28 one{"{0}cL"}
29 other{"{0}cL"}
30 }
31 deciliter{
32 dnam{"dL"}
33 one{"{0}dL"}
34 other{"{0}dL"}
35 }
36 hectoliter{
37 dnam{"hL"}
38 one{"{0}hL"}
39 other{"{0}hL"}
40 }
41 liter{
42 one{"{0}L"}
43 other{"{0}L"}
44 per{"{0}/L"}
45 }
46 megaliter{
47 dnam{"ML"}
48 one{"{0}ML"}
49 other{"{0}ML"}
50 }
51 milliliter{
52 dnam{"mL"}
53 one{"{0}mL"}
54 other{"{0}mL"}
55 }
56 }
57 }
58 unitsShort{
59 consumption{
60 liter-per-100kilometers{
61 dnam{"L/100 km"}
62 one{"{0} L/100 km"}
63 other{"{0} L/100 km"}
64 }
65 liter-per-kilometer{
66 one{"{0} L/km"}
67 other{"{0} L/km"}
68 }
69 }
70 volume{
71 centiliter{
72 dnam{"cL"}
73 one{"{0} cL"}
74 other{"{0} cL"}
75 }
76 deciliter{
77 dnam{"dL"}
78 one{"{0} dL"}
79 other{"{0} dL"}
80 }
81 hectoliter{
82 dnam{"hL"}
83 one{"{0} hL"}
84 other{"{0} hL"}
85 }
86 liter{
87 one{"{0} L"}
88 other{"{0} L"}
89 }
90 megaliter{
91 dnam{"ML"}
92 one{"{0} ML"}
93 other{"{0} ML"}
94 }
95 milliliter{
96 dnam{"mL"}
97 one{"{0} mL"}
98 other{"{0} mL"}
99 }
100 }
101 }
102 }
OLDNEW
« 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