OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2014 International Business Machines | 3 // * Copyright (C) 2014 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 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/gsw.xml | 10 * ICU <specials> source: <path>/common/main/gsw.xml |
(...skipping 26 matching lines...) Expand all Loading... |
37 one{"{0} Wuche"} | 37 one{"{0} Wuche"} |
38 other{"{0} Wuche"} | 38 other{"{0} Wuche"} |
39 } | 39 } |
40 year{ | 40 year{ |
41 one{"{0} Jahr"} | 41 one{"{0} Jahr"} |
42 other{"{0} Jahr"} | 42 other{"{0} Jahr"} |
43 } | 43 } |
44 } | 44 } |
45 } | 45 } |
46 unitsNarrow{ | 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 } | 47 } |
90 unitsShort{ | 48 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 } | 49 } |
134 } | 50 } |
OLD | NEW |