OLD | NEW |
1 // *************************************************************************** | 1 // *************************************************************************** |
2 // * | 2 // * |
3 // * Copyright (C) 2013 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/ak.xml | 6 // * Source File: <path>/common/main/ak.xml |
7 // * | 7 // * |
8 // *************************************************************************** | 8 // *************************************************************************** |
9 /** | 9 /** |
10 * ICU <specials> source: <path>/common/main/ak.xml | 10 * ICU <specials> source: <path>/common/main/ak.xml |
11 */ | 11 */ |
12 ak{ | 12 ak{ |
13 Currencies{ | 13 Currencies{ |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 "Itiopia Bir", | 72 "Itiopia Bir", |
73 } | 73 } |
74 EUR{ | 74 EUR{ |
75 "€", | 75 "€", |
76 "Iro", | 76 "Iro", |
77 } | 77 } |
78 GBP{ | 78 GBP{ |
79 "£", | 79 "£", |
80 "Breten Pɔn", | 80 "Breten Pɔn", |
81 } | 81 } |
| 82 GHC{ |
| 83 "GHC", |
| 84 "Ghana Sidi (1979–2007)", |
| 85 } |
82 GHS{ | 86 GHS{ |
83 "GH₵", | 87 "GH₵", |
84 "Ghana Sidi", | 88 "Ghana Sidi", |
85 } | 89 } |
86 GMD{ | 90 GMD{ |
87 "GMD", | 91 "GMD", |
88 "Gambia Dalasi", | 92 "Gambia Dalasi", |
89 } | 93 } |
90 GNS{ | 94 GNS{ |
91 "GNS", | 95 "GNS", |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 "Mɔretenia Ouguiya", | 136 "Mɔretenia Ouguiya", |
133 } | 137 } |
134 MUR{ | 138 MUR{ |
135 "MUR", | 139 "MUR", |
136 "Mɔrehyeɔs Rupi", | 140 "Mɔrehyeɔs Rupi", |
137 } | 141 } |
138 MWK{ | 142 MWK{ |
139 "MWK", | 143 "MWK", |
140 "Malawi Kwacha", | 144 "Malawi Kwacha", |
141 } | 145 } |
| 146 MZM{ |
| 147 "MZM", |
| 148 "Mozambik Metical", |
| 149 } |
142 NAD{ | 150 NAD{ |
143 "NAD", | 151 "NAD", |
144 "Namibia Dɔla", | 152 "Namibia Dɔla", |
145 } | 153 } |
146 NGN{ | 154 NGN{ |
147 "NGN", | 155 "NGN", |
148 "Naegyeria Naira", | 156 "Naegyeria Naira", |
149 } | 157 } |
150 RWF{ | 158 RWF{ |
151 "RWF", | 159 "RWF", |
152 "Rewanda Frank", | 160 "Rewanda Frank", |
153 } | 161 } |
154 SAR{ | 162 SAR{ |
155 "SAR", | 163 "SAR", |
156 "Saudi Riyal", | 164 "Saudi Riyal", |
157 } | 165 } |
158 SCR{ | 166 SCR{ |
159 "SCR", | 167 "SCR", |
160 "Seyhyɛls Rupi", | 168 "Seyhyɛls Rupi", |
161 } | 169 } |
162 SDG{ | 170 SDG{ |
163 "SDG", | 171 "SDG", |
164 "Sudan Dina", | 172 "Sudan Dina", |
165 } | 173 } |
| 174 SDP{ |
| 175 "SDP", |
| 176 "Sudan Pɔn", |
| 177 } |
166 SHP{ | 178 SHP{ |
167 "SHP", | 179 "SHP", |
168 "St Helena Pɔn", | 180 "St Helena Pɔn", |
169 } | 181 } |
170 SLL{ | 182 SLL{ |
171 "SLL", | 183 "SLL", |
172 "Leone", | 184 "Leone", |
173 } | 185 } |
174 SOS{ | 186 SOS{ |
175 "SOS", | 187 "SOS", |
(...skipping 24 matching lines...) Expand all Loading... |
200 "Amɛrika Dɔla", | 212 "Amɛrika Dɔla", |
201 } | 213 } |
202 XAF{ | 214 XAF{ |
203 "FCFA", | 215 "FCFA", |
204 "Sefa", | 216 "Sefa", |
205 } | 217 } |
206 ZAR{ | 218 ZAR{ |
207 "ZAR", | 219 "ZAR", |
208 "Afrika Anaafo Rand", | 220 "Afrika Anaafo Rand", |
209 } | 221 } |
| 222 ZMK{ |
| 223 "ZMK", |
| 224 "Zambia Kwacha (1968–2012)", |
| 225 } |
210 ZMW{ | 226 ZMW{ |
211 "ZMW", | 227 "ZMW", |
212 "Zambia Kwacha", | 228 "Zambia Kwacha", |
213 } | 229 } |
| 230 ZWD{ |
| 231 "ZWD", |
| 232 "Zimbabwe Dɔla", |
| 233 } |
214 } | 234 } |
215 Version{"2.0.92.87"} | 235 Version{"2.1.7.39"} |
216 } | 236 } |
OLD | NEW |