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

Side by Side Diff: source/data/unit/kl.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/kkj.txt ('k') | source/data/unit/kln.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/kl.xml 6 // * Source File: <path>/common/main/kl.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/kl.xml
11 */
12 kl{ 9 kl{
13 Version{"2.1.6.69"} 10 Version{"2.1.19.28"}
11 durationUnits{
12 hm{"h:mm"}
13 hms{"h:mm:ss"}
14 ms{"m:ss"}
15 }
16 units{
17 length{
18 fathom{
19 dnam{"fm"}
20 one{"{0} fm"}
21 other{"{0} fm"}
22 }
23 furlong{
24 dnam{"fur"}
25 one{"{0} fur"}
26 other{"{0} fur"}
27 }
28 }
29 }
14 unitsNarrow{ 30 unitsNarrow{
31 area{
32 acre{
33 one{"{0} ac"}
34 other{"{0} ac"}
35 }
36 square-foot{
37 one{"{0} ft²"}
38 other{"{0} ft²"}
39 }
40 square-mile{
41 one{"{0} mi²"}
42 other{"{0} mi²"}
43 }
44 }
45 length{
46 fathom{
47 dnam{"fm"}
48 one{"{0} fm"}
49 other{"{0} fm"}
50 }
51 furlong{
52 dnam{"fur"}
53 one{"{0} fur"}
54 other{"{0} fur"}
55 }
56 mile{
57 one{"{0} mi"}
58 other{"{0} mi"}
59 }
60 yard{
61 one{"{0} yd"}
62 other{"{0} yd"}
63 }
64 }
65 pressure{
66 inch-hg{
67 one{"{0} inHg"}
68 other{"{0} inHg"}
69 }
70 }
71 speed{
72 mile-per-hour{
73 one{"{0} mi/h"}
74 other{"{0} mi/h"}
75 }
76 }
77 volume{
78 cubic-mile{
79 one{"{0} mi³"}
80 other{"{0} mi³"}
81 }
82 }
15 } 83 }
16 unitsShort{ 84 unitsShort{
85 area{
86 acre{
87 one{"{0} ac"}
88 other{"{0} ac"}
89 }
90 square-foot{
91 one{"{0} ft²"}
92 other{"{0} ft²"}
93 }
94 square-mile{
95 one{"{0} mi²"}
96 other{"{0} mi²"}
97 }
98 }
99 length{
100 fathom{
101 dnam{"fm"}
102 one{"{0} fm"}
103 other{"{0} fm"}
104 }
105 furlong{
106 dnam{"fur"}
107 one{"{0} fur"}
108 other{"{0} fur"}
109 }
110 mile{
111 one{"{0} mi"}
112 other{"{0} mi"}
113 }
114 yard{
115 one{"{0} yd"}
116 other{"{0} yd"}
117 }
118 }
119 pressure{
120 inch-hg{
121 one{"{0} inHg"}
122 other{"{0} inHg"}
123 }
124 }
125 speed{
126 mile-per-hour{
127 one{"{0} mi/h"}
128 other{"{0} mi/h"}
129 }
130 }
131 volume{
132 cubic-mile{
133 one{"{0} mi³"}
134 other{"{0} mi³"}
135 }
136 }
17 } 137 }
18 } 138 }
OLDNEW
« no previous file with comments | « source/data/unit/kkj.txt ('k') | source/data/unit/kln.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698