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

Side by Side Diff: source/data/unit/gsw.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/gsw.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/gsw.xml
11 */
12 gsw{
13 Version{"2.1.7.41"}
14 units{
15 duration{
16 day{
17 one{"{0} Taag"}
18 other{"{0} Tääg"}
19 }
20 hour{
21 one{"{0} Schtund"}
22 other{"{0} Schtunde"}
23 }
24 minute{
25 one{"{0} Minuute"}
26 other{"{0} Minuute"}
27 }
28 month{
29 one{"{0} Monet"}
30 other{"{0} Mönet"}
31 }
32 second{
33 one{"{0} Sekunde"}
34 other{"{0} Sekunde"}
35 }
36 week{
37 one{"{0} Wuche"}
38 other{"{0} Wuche"}
39 }
40 year{
41 one{"{0} Jahr"}
42 other{"{0} Jahr"}
43 }
44 }
45 }
46 unitsNarrow{
47 area{
48 acre{
49 one{"{0} ac"}
50 other{"{0} ac"}
51 }
52 square-foot{
53 one{"{0} ft²"}
54 other{"{0} ft²"}
55 }
56 square-mile{
57 one{"{0} mi²"}
58 other{"{0} mi²"}
59 }
60 }
61 length{
62 mile{
63 one{"{0} mi"}
64 other{"{0} mi"}
65 }
66 yard{
67 one{"{0} yd"}
68 other{"{0} yd"}
69 }
70 }
71 pressure{
72 inch-hg{
73 one{"{0} inHg"}
74 other{"{0} inHg"}
75 }
76 }
77 speed{
78 mile-per-hour{
79 one{"{0} mi/h"}
80 other{"{0} mi/h"}
81 }
82 }
83 volume{
84 cubic-mile{
85 one{"{0} mi³"}
86 other{"{0} mi³"}
87 }
88 }
89 }
90 unitsShort{
91 area{
92 acre{
93 one{"{0} ac"}
94 other{"{0} ac"}
95 }
96 square-foot{
97 one{"{0} ft²"}
98 other{"{0} ft²"}
99 }
100 square-mile{
101 one{"{0} mi²"}
102 other{"{0} mi²"}
103 }
104 }
105 length{
106 mile{
107 one{"{0} mi"}
108 other{"{0} mi"}
109 }
110 yard{
111 one{"{0} yd"}
112 other{"{0} yd"}
113 }
114 }
115 pressure{
116 inch-hg{
117 one{"{0} inHg"}
118 other{"{0} inHg"}
119 }
120 }
121 speed{
122 mile-per-hour{
123 one{"{0} mi/h"}
124 other{"{0} mi/h"}
125 }
126 }
127 volume{
128 cubic-mile{
129 one{"{0} mi³"}
130 other{"{0} mi³"}
131 }
132 }
133 }
134 }
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