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

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

Powered by Google App Engine
This is Rietveld 408576698