twitter_cldr 5.3.0 → 5.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2783ec225d4f260deb8038237125dbc97b78840e951cbff630f3da502e31f41d
4
- data.tar.gz: 751cc8931ee11db35a533584a1b9f3d8a946e9505641d33caad6a5a5dbc6e866
3
+ metadata.gz: e4a1a3e031eed6926b557a5424b036b7638eab4bb43931b9894703607ae85002
4
+ data.tar.gz: d980fb6f45bddfbbcd8c62850e4a74167b7d9d202ceb7a49811c2168771e3f31
5
5
  SHA512:
6
- metadata.gz: 7cdc1ec2718ac86b0645813fc0bdfe13b1c2bee075ca90e13231a3d566d915e7ef9bcdf6d69f8d0a7cbcdaf6868eae5c27bfb4b32b52efbd7dcf1adabc20c39d
7
- data.tar.gz: 20b7e24ec990cc00fb77d60d62c75247108748629c5478a0a315d96e04a76c443f8abc2a4df21b7c4093ad7cc46ee81c4276ca15f97c8698073b7ac9bca98c65
6
+ metadata.gz: 1ac41111aff74352b952d3b36972189f229ddcf9404963aa14f291aab965f22d972e07070a9d9a100f8f8332ba66ea7add14845a08259f7f374236e783a8465b
7
+ data.tar.gz: b34ec4bbec670df93f878def1aa6d823b5b75042a41ffa7a9316861b7dab89f0e2379838d7187b04c118384163473a6423e7933568cd058f35a190a6096f452e
@@ -4,5 +4,5 @@
4
4
  # http://www.apache.org/licenses/LICENSE-2.0
5
5
 
6
6
  module TwitterCldr
7
- VERSION = '5.3.0'
7
+ VERSION = '5.4.0'
8
8
  end
@@ -0,0 +1,4 @@
1
+ ---
2
+ :collator_options: {}
3
+ :tailored_table: ''
4
+ :suppressed_contractions: ''
@@ -0,0 +1,292 @@
1
+ ---
2
+ :en-001:
3
+ :calendars:
4
+ :gregorian:
5
+ :additional_formats:
6
+ :Bh: "h B"
7
+ :Bhm: "h:mm B"
8
+ :Bhms: "h:mm:ss B"
9
+ :E: ccc
10
+ :EBhm: "E, h:mm B"
11
+ :EBhms: "E, h:mm:ss B"
12
+ :EHm: "E HH:mm"
13
+ :EHms: "E HH:mm:ss"
14
+ :Ed: "E d"
15
+ :Ehm: "E h:mm a"
16
+ :Ehms: "E h:mm:ss a"
17
+ :Gy: "y G"
18
+ :GyMMM: "MMM y G"
19
+ :GyMMMEd: "E, d MMM y G"
20
+ :GyMMMd: "d MMM y G"
21
+ :H: HH
22
+ :Hm: "HH:mm"
23
+ :Hms: "HH:mm:ss"
24
+ :Hmsv: "HH:mm:ss v"
25
+ :Hmv: "HH:mm v"
26
+ :M: L
27
+ :MEd: "E, dd/MM"
28
+ :MMM: LLL
29
+ :MMMEd: "E, d MMM"
30
+ :MMMMW: "'week' W 'of' MMMM"
31
+ :MMMMd: "d MMMM"
32
+ :MMMd: "d MMM"
33
+ :MMdd: dd/MM
34
+ :Md: dd/MM
35
+ :d: d
36
+ :h: "h a"
37
+ :hm: "h:mm a"
38
+ :hms: "h:mm:ss a"
39
+ :hmsv: "h:mm:ss a v"
40
+ :hmv: "h:mm a v"
41
+ :ms: "mm:ss"
42
+ ? !ruby/symbol "y"
43
+ : "y"
44
+ :yM: MM/y
45
+ :yMEd: "E, dd/MM/y"
46
+ :yMMM: "MMM y"
47
+ :yMMMEd: "E, d MMM y"
48
+ :yMMMM: "MMMM y"
49
+ :yMMMd: "d MMM y"
50
+ :yMd: dd/MM/y
51
+ :yQQQ: "QQQ y"
52
+ :yQQQQ: "QQQQ y"
53
+ :yw: "'week' w 'of' Y"
54
+ :days:
55
+ :format:
56
+ :abbreviated:
57
+ :fri: Fri
58
+ :mon: Mon
59
+ :sat: Sat
60
+ :sun: Sun
61
+ :thu: Thu
62
+ :tue: Tue
63
+ :wed: Wed
64
+ :narrow: :calendars.gregorian.days.stand-alone.narrow
65
+ :short:
66
+ :fri: Fr
67
+ :mon: Mo
68
+ :sat: Sa
69
+ :sun: Su
70
+ :thu: Th
71
+ :tue: Tu
72
+ :wed: We
73
+ :wide:
74
+ :fri: Friday
75
+ :mon: Monday
76
+ :sat: Saturday
77
+ :sun: Sunday
78
+ :thu: Thursday
79
+ :tue: Tuesday
80
+ :wed: Wednesday
81
+ :stand-alone:
82
+ :abbreviated: :calendars.gregorian.days.format.abbreviated
83
+ :narrow:
84
+ :fri: F
85
+ :mon: M
86
+ :sat: S
87
+ :sun: S
88
+ :thu: T
89
+ :tue: T
90
+ :wed: W
91
+ :short: :calendars.gregorian.days.format.short
92
+ :wide: :calendars.gregorian.days.format.wide
93
+ :eras:
94
+ :abbr:
95
+ 0: BCE
96
+ 1: CE
97
+ :name:
98
+ 0: "Before Common Era"
99
+ 1: "Common Era"
100
+ :narrow:
101
+ 0: B
102
+ 1: A
103
+ :fields:
104
+ :day: day
105
+ :day-short: day
106
+ :dayOfYear: "day of year"
107
+ :dayOfYear-narrow: "day of yr"
108
+ :dayOfYear-short: "day of yr"
109
+ :dayperiod: am/pm
110
+ :dayperiod-narrow: am/pm
111
+ :dayperiod-short: am/pm
112
+ :era: era
113
+ :era-short: era
114
+ :hour: hour
115
+ :hour-short: hr
116
+ :minute: minute
117
+ :minute-narrow: min
118
+ :minute-short: min
119
+ :month: month
120
+ :month-narrow: mo
121
+ :month-short: mo
122
+ :quarter: quarter
123
+ :quarter-narrow: qtr
124
+ :quarter-short: qtr
125
+ :second: second
126
+ :second-short: sec
127
+ :week: week
128
+ :week-narrow: wk
129
+ :week-short: wk
130
+ :weekOfMonth: "week of month"
131
+ :weekOfMonth-narrow: "wk of mo"
132
+ :weekOfMonth-short: "wk of mo"
133
+ :weekday: "day of the week"
134
+ :weekday-narrow: "day of wk"
135
+ :weekday-short: "day of wk"
136
+ :weekdayOfMonth: "weekday of the month"
137
+ :weekdayOfMonth-narrow: "wkday of mo"
138
+ :weekdayOfMonth-short: "wkday of mo"
139
+ :year: year
140
+ :year-short: yr
141
+ :zone: "time zone"
142
+ :zone-short: zone
143
+ :formats:
144
+ :date:
145
+ :full:
146
+ :pattern: "EEEE, d MMMM y"
147
+ :long:
148
+ :pattern: "d MMMM y"
149
+ :medium:
150
+ :pattern: "d MMM y"
151
+ :short:
152
+ :pattern: dd/MM/y
153
+ :datetime:
154
+ :full:
155
+ :pattern: "{{date}} 'at' {{time}}"
156
+ :long:
157
+ :pattern: "{{date}} 'at' {{time}}"
158
+ :medium:
159
+ :pattern: "{{date}}, {{time}}"
160
+ :short:
161
+ :pattern: "{{date}}, {{time}}"
162
+ :time:
163
+ :full:
164
+ :pattern: "h:mm:ss a zzzz"
165
+ :long:
166
+ :pattern: "h:mm:ss a z"
167
+ :medium:
168
+ :pattern: "h:mm:ss a"
169
+ :short:
170
+ :pattern: "h:mm a"
171
+ :months:
172
+ :format:
173
+ :abbreviated:
174
+ 1: Jan
175
+ 10: Oct
176
+ 11: Nov
177
+ 12: Dec
178
+ 2: Feb
179
+ 3: Mar
180
+ 4: Apr
181
+ 5: May
182
+ 6: Jun
183
+ 7: Jul
184
+ 8: Aug
185
+ 9: Sep
186
+ :narrow: :calendars.gregorian.months.stand-alone.narrow
187
+ :wide:
188
+ 1: January
189
+ 10: October
190
+ 11: November
191
+ 12: December
192
+ 2: February
193
+ 3: March
194
+ 4: April
195
+ 5: May
196
+ 6: June
197
+ 7: July
198
+ 8: August
199
+ 9: September
200
+ :stand-alone:
201
+ :abbreviated: :calendars.gregorian.months.format.abbreviated
202
+ :narrow:
203
+ 1: J
204
+ 10: O
205
+ 11: "N"
206
+ 12: D
207
+ 2: F
208
+ 3: M
209
+ 4: A
210
+ 5: M
211
+ 6: J
212
+ 7: J
213
+ 8: A
214
+ 9: S
215
+ :wide: :calendars.gregorian.months.format.wide
216
+ :periods:
217
+ :format:
218
+ :abbreviated:
219
+ :afternoon1: "in the afternoon"
220
+ :am: am
221
+ :evening1: "in the evening"
222
+ :midnight: midnight
223
+ :morning1: "in the morning"
224
+ :night1: "at night"
225
+ :noon: noon
226
+ :pm: pm
227
+ :variant:
228
+ :am: am
229
+ :pm: pm
230
+ :narrow:
231
+ :afternoon1: "in the afternoon"
232
+ :am: a
233
+ :evening1: "in the evening"
234
+ :midnight: mi
235
+ :morning1: "in the morning"
236
+ :night1: "at night"
237
+ :noon: "n"
238
+ :pm: p
239
+ :wide:
240
+ :afternoon1: "in the afternoon"
241
+ :am: am
242
+ :evening1: "in the evening"
243
+ :midnight: midnight
244
+ :morning1: "in the morning"
245
+ :night1: "at night"
246
+ :noon: noon
247
+ :pm: pm
248
+ :variant:
249
+ :am: am
250
+ :pm: pm
251
+ :stand-alone:
252
+ :abbreviated:
253
+ :afternoon1: afternoon
254
+ :am: am
255
+ :evening1: evening
256
+ :midnight: midnight
257
+ :morning1: morning
258
+ :night1: night
259
+ :noon: noon
260
+ :pm: pm
261
+ :narrow:
262
+ :pm: pm
263
+ :wide:
264
+ :afternoon1: afternoon
265
+ :am: am
266
+ :evening1: evening
267
+ :midnight: midnight
268
+ :morning1: morning
269
+ :night1: night
270
+ :noon: noon
271
+ :pm: pm
272
+ :quarters:
273
+ :format:
274
+ :abbreviated:
275
+ 1: Q1
276
+ 2: Q2
277
+ 3: Q3
278
+ 4: Q4
279
+ :narrow: :calendars.gregorian.quarters.stand-alone.narrow
280
+ :wide:
281
+ 1: "1st quarter"
282
+ 2: "2nd quarter"
283
+ 3: "3rd quarter"
284
+ 4: "4th quarter"
285
+ :stand-alone:
286
+ :abbreviated: :calendars.gregorian.quarters.format.abbreviated
287
+ :narrow:
288
+ 1: "1"
289
+ 2: "2"
290
+ 3: "3"
291
+ 4: "4"
292
+ :wide: :calendars.gregorian.quarters.format.wide
@@ -0,0 +1,1014 @@
1
+ ---
2
+ :en-001:
3
+ :currencies:
4
+ :ADP:
5
+ :one: "Andorran peseta"
6
+ :other: "Andorran pesetas"
7
+ :AED:
8
+ :one: "UAE dirham"
9
+ :other: "UAE dirhams"
10
+ :AFA:
11
+ :one: "Afghan afghani (1927–2002)"
12
+ :other: "Afghan afghanis (1927–2002)"
13
+ :AFN:
14
+ :one: "Afghan Afghani"
15
+ :other: "Afghan Afghanis"
16
+ :ALK:
17
+ :one: "Albanian lek (1946–1965)"
18
+ :other: "Albanian lekë (1946–1965)"
19
+ :ALL:
20
+ :one: "Albanian lek"
21
+ :other: "Albanian lekë"
22
+ :AMD:
23
+ :one: "Armenian dram"
24
+ :other: "Armenian drams"
25
+ :ANG:
26
+ :one: "Netherlands Antillean guilder"
27
+ :other: "Netherlands Antillean guilders"
28
+ :AOA:
29
+ :one: "Angolan kwanza"
30
+ :other: "Angolan kwanzas"
31
+ :symbol: Kz
32
+ :AOK:
33
+ :one: "Angolan kwanza (1977–1991)"
34
+ :other: "Angolan kwanzas (1977–1991)"
35
+ :AON:
36
+ :one: "Angolan new kwanza (1990–2000)"
37
+ :other: "Angolan new kwanzas (1990–2000)"
38
+ :AOR:
39
+ :one: "Angolan readjusted kwanza (1995–1999)"
40
+ :other: "Angolan readjusted kwanzas (1995–1999)"
41
+ :ARA:
42
+ :one: "Argentine austral"
43
+ :other: "Argentine australs"
44
+ :ARL:
45
+ :one: "Argentine peso ley (1970–1983)"
46
+ :other: "Argentine pesos ley (1970–1983)"
47
+ :ARM:
48
+ :one: "Argentine peso (1881–1970)"
49
+ :other: "Argentine pesos (1881–1970)"
50
+ :ARP:
51
+ :one: "Argentine peso (1983–1985)"
52
+ :other: "Argentine pesos (1983–1985)"
53
+ :ARS:
54
+ :one: "Argentine peso"
55
+ :other: "Argentine pesos"
56
+ :symbol: $
57
+ :ATS:
58
+ :one: "Austrian schilling"
59
+ :other: "Austrian schillings"
60
+ :AUD:
61
+ :one: "Australian dollar"
62
+ :other: "Australian dollars"
63
+ :symbol: A$
64
+ :AWG:
65
+ :one: "Aruban florin"
66
+ :other: "Aruban florin"
67
+ :AZM:
68
+ :one: "Azerbaijani manat (1993–2006)"
69
+ :other: "Azerbaijani manats (1993–2006)"
70
+ :AZN:
71
+ :one: "Azerbaijani manat"
72
+ :other: "Azerbaijani manats"
73
+ :BAD:
74
+ :one: "Bosnia-Herzegovina dinar (1992–1994)"
75
+ :other: "Bosnia-Herzegovina dinars (1992–1994)"
76
+ :BAM:
77
+ :one: "Bosnia-Herzegovina convertible mark"
78
+ :other: "Bosnia-Herzegovina convertible marks"
79
+ :symbol: KM
80
+ :BAN:
81
+ :one: "Bosnia-Herzegovina new dinar (1994–1997)"
82
+ :other: "Bosnia-Herzegovina new dinars (1994–1997)"
83
+ :BBD:
84
+ :one: "Barbadian dollar"
85
+ :other: "Barbadian dollars"
86
+ :symbol: $
87
+ :BDT:
88
+ :one: "Bangladeshi taka"
89
+ :other: "Bangladeshi takas"
90
+ :symbol: ৳
91
+ :BEC:
92
+ :one: "Belgian franc (convertible)"
93
+ :other: "Belgian francs (convertible)"
94
+ :BEF:
95
+ :one: "Belgian franc"
96
+ :other: "Belgian francs"
97
+ :BEL:
98
+ :one: "Belgian franc (financial)"
99
+ :other: "Belgian francs (financial)"
100
+ :BGL:
101
+ :one: "Bulgarian hard lev"
102
+ :other: "Bulgarian hard leva"
103
+ :BGM:
104
+ :one: "Bulgarian socialist lev"
105
+ :other: "Bulgarian socialist leva"
106
+ :BGN:
107
+ :one: "Bulgarian lev"
108
+ :other: "Bulgarian leva"
109
+ :BGO:
110
+ :one: "Bulgarian lev (1879–1952)"
111
+ :other: "Bulgarian leva (1879–1952)"
112
+ :BHD:
113
+ :one: "Bahraini dinar"
114
+ :other: "Bahraini dinars"
115
+ :BIF:
116
+ :one: "Burundian franc"
117
+ :other: "Burundian francs"
118
+ :BMD:
119
+ :one: "Bermudan dollar"
120
+ :other: "Bermudan dollars"
121
+ :symbol: $
122
+ :BND:
123
+ :one: "Brunei dollar"
124
+ :other: "Brunei dollars"
125
+ :symbol: $
126
+ :BOB:
127
+ :one: "Bolivian boliviano"
128
+ :other: "Bolivian bolivianos"
129
+ :symbol: Bs
130
+ :BOL:
131
+ :one: "Bolivian boliviano (1863–1963)"
132
+ :other: "Bolivian bolivianos (1863–1963)"
133
+ :BOP:
134
+ :one: "Bolivian peso"
135
+ :other: "Bolivian pesos"
136
+ :BOV:
137
+ :one: "Bolivian mvdol"
138
+ :other: "Bolivian mvdols"
139
+ :BRB:
140
+ :one: "Brazilian new cruzeiro (1967–1986)"
141
+ :other: "Brazilian new cruzeiros (1967–1986)"
142
+ :BRC:
143
+ :one: "Brazilian cruzado (1986–1989)"
144
+ :other: "Brazilian cruzados (1986–1989)"
145
+ :BRE:
146
+ :one: "Brazilian cruzeiro (1990–1993)"
147
+ :other: "Brazilian cruzeiros (1990–1993)"
148
+ :BRL:
149
+ :one: "Brazilian real"
150
+ :other: "Brazilian reals"
151
+ :symbol: R$
152
+ :BRN:
153
+ :one: "Brazilian new cruzado (1989–1990)"
154
+ :other: "Brazilian new cruzados (1989–1990)"
155
+ :BRR:
156
+ :one: "Brazilian cruzeiro (1993–1994)"
157
+ :other: "Brazilian cruzeiros (1993–1994)"
158
+ :BRZ:
159
+ :one: "Brazilian cruzeiro (1942–1967)"
160
+ :other: "Brazilian cruzeiros (1942–1967)"
161
+ :BSD:
162
+ :one: "Bahamian dollar"
163
+ :other: "Bahamian dollars"
164
+ :symbol: $
165
+ :BTN:
166
+ :one: "Bhutanese ngultrum"
167
+ :other: "Bhutanese ngultrums"
168
+ :BUK:
169
+ :one: "Burmese kyat"
170
+ :other: "Burmese kyats"
171
+ :BWP:
172
+ :one: "Botswanan pula"
173
+ :other: "Botswanan pulas"
174
+ :symbol: P
175
+ :BYB:
176
+ :one: "Belarusian new rouble (1994–1999)"
177
+ :other: "Belarusian new roubles (1994–1999)"
178
+ :BYN:
179
+ :one: "Belarusian rouble"
180
+ :other: "Belarusian roubles"
181
+ :symbol: р.
182
+ :BYR:
183
+ :one: "Belarusian rouble (2000–2016)"
184
+ :other: "Belarusian roubles (2000–2016)"
185
+ :BZD:
186
+ :one: "Belize dollar"
187
+ :other: "Belize dollars"
188
+ :symbol: $
189
+ :CAD:
190
+ :one: "Canadian dollar"
191
+ :other: "Canadian dollars"
192
+ :symbol: CA$
193
+ :CDF:
194
+ :one: "Congolese franc"
195
+ :other: "Congolese francs"
196
+ :CHE:
197
+ :one: "WIR euro"
198
+ :other: "WIR euros"
199
+ :CHF:
200
+ :one: "Swiss franc"
201
+ :other: "Swiss francs"
202
+ :CHW:
203
+ :one: "WIR franc"
204
+ :other: "WIR francs"
205
+ :CLE:
206
+ :one: "Chilean escudo"
207
+ :other: "Chilean escudos"
208
+ :CLF:
209
+ :one: "Chilean unit of account (UF)"
210
+ :other: "Chilean units of account (UF)"
211
+ :CLP:
212
+ :one: "Chilean peso"
213
+ :other: "Chilean pesos"
214
+ :symbol: $
215
+ :CNH:
216
+ :one: "Chinese yuan (offshore)"
217
+ :other: "Chinese yuan (offshore)"
218
+ :CNX:
219
+ :one: "Chinese People’s Bank dollar"
220
+ :other: "Chinese People’s Bank dollars"
221
+ :CNY:
222
+ :one: "Chinese yuan"
223
+ :other: "Chinese yuan"
224
+ :symbol: CN¥
225
+ :COP:
226
+ :one: "Colombian peso"
227
+ :other: "Colombian pesos"
228
+ :symbol: $
229
+ :COU:
230
+ :one: "Colombian real value unit"
231
+ :other: "Colombian real value units"
232
+ :CRC:
233
+ :one: "Costa Rican colón"
234
+ :other: "Costa Rican colóns"
235
+ :symbol: ₡
236
+ :CSD:
237
+ :one: "Serbian dinar (2002–2006)"
238
+ :other: "Serbian dinars (2002–2006)"
239
+ :CSK:
240
+ :one: "Czechoslovak hard koruna"
241
+ :other: "Czechoslovak hard korunas"
242
+ :CUC:
243
+ :one: "Cuban convertible peso"
244
+ :other: "Cuban convertible pesos"
245
+ :symbol: $
246
+ :CUP:
247
+ :one: "Cuban peso"
248
+ :other: "Cuban pesos"
249
+ :symbol: $
250
+ :CVE:
251
+ :one: "Cape Verdean escudo"
252
+ :other: "Cape Verdean escudos"
253
+ :CYP:
254
+ :one: "Cypriot pound"
255
+ :other: "Cypriot pounds"
256
+ :CZK:
257
+ :one: "Czech koruna"
258
+ :other: "Czech korunas"
259
+ :symbol: Kč
260
+ :DDM:
261
+ :one: "East German mark"
262
+ :other: "East German marks"
263
+ :DEM:
264
+ :one: "German mark"
265
+ :other: "German marks"
266
+ :DJF:
267
+ :one: "Djiboutian franc"
268
+ :other: "Djiboutian francs"
269
+ :DKK:
270
+ :one: "Danish krone"
271
+ :other: "Danish kroner"
272
+ :symbol: kr
273
+ :DOP:
274
+ :one: "Dominican peso"
275
+ :other: "Dominican pesos"
276
+ :symbol: $
277
+ :DZD:
278
+ :one: "Algerian dinar"
279
+ :other: "Algerian dinars"
280
+ :ECS:
281
+ :one: "Ecuadorian sucre"
282
+ :other: "Ecuadorian sucres"
283
+ :ECV:
284
+ :one: "Ecuadorian unit of constant value"
285
+ :other: "Ecuadorian units of constant value"
286
+ :EEK:
287
+ :one: "Estonian kroon"
288
+ :other: "Estonian kroons"
289
+ :EGP:
290
+ :one: "Egyptian pound"
291
+ :other: "Egyptian pounds"
292
+ :symbol: E£
293
+ :ERN:
294
+ :one: "Eritrean nakfa"
295
+ :other: "Eritrean nakfas"
296
+ :ESA:
297
+ :one: "Spanish peseta (A account)"
298
+ :other: "Spanish pesetas (A account)"
299
+ :ESB:
300
+ :one: "Spanish peseta (convertible account)"
301
+ :other: "Spanish pesetas (convertible account)"
302
+ :ESP:
303
+ :one: "Spanish peseta"
304
+ :other: "Spanish pesetas"
305
+ :symbol: ₧
306
+ :ETB:
307
+ :one: "Ethiopian birr"
308
+ :other: "Ethiopian birrs"
309
+ :EUR:
310
+ :one: euro
311
+ :other: euros
312
+ :symbol: €
313
+ :FIM:
314
+ :one: "Finnish markka"
315
+ :other: "Finnish markkas"
316
+ :FJD:
317
+ :one: "Fijian dollar"
318
+ :other: "Fijian dollars"
319
+ :symbol: $
320
+ :FKP:
321
+ :one: "Falkland Islands pound"
322
+ :other: "Falkland Islands pounds"
323
+ :symbol: £
324
+ :FRF:
325
+ :one: "French franc"
326
+ :other: "French francs"
327
+ :GBP:
328
+ :one: "British pound"
329
+ :other: "British pounds"
330
+ :symbol: £
331
+ :GEK:
332
+ :one: "Georgian kupon larit"
333
+ :other: "Georgian kupon larits"
334
+ :GEL:
335
+ :one: "Georgian lari"
336
+ :other: "Georgian laris"
337
+ :symbol: ₾
338
+ :GHC:
339
+ :one: "Ghanaian cedi (1979–2007)"
340
+ :other: "Ghanaian cedis (1979–2007)"
341
+ :GHS:
342
+ :one: "Ghanaian cedi"
343
+ :other: "Ghanaian cedis"
344
+ :GIP:
345
+ :one: "Gibraltar pound"
346
+ :other: "Gibraltar pounds"
347
+ :symbol: £
348
+ :GMD:
349
+ :one: "Gambian dalasi"
350
+ :other: "Gambian dalasis"
351
+ :GNF:
352
+ :one: "Guinean franc"
353
+ :other: "Guinean francs"
354
+ :symbol: FG
355
+ :GNS:
356
+ :one: "Guinean syli"
357
+ :other: "Guinean sylis"
358
+ :GQE:
359
+ :one: "Equatorial Guinean ekwele"
360
+ :other: "Equatorial Guinean ekwele"
361
+ :GRD:
362
+ :one: "Greek drachma"
363
+ :other: "Greek drachmas"
364
+ :GTQ:
365
+ :one: "Guatemalan quetzal"
366
+ :other: "Guatemalan quetzals"
367
+ :symbol: Q
368
+ :GWE:
369
+ :one: "Portuguese Guinea escudo"
370
+ :other: "Portuguese Guinea escudos"
371
+ :GWP:
372
+ :one: "Guinea-Bissau peso"
373
+ :other: "Guinea-Bissau pesos"
374
+ :GYD:
375
+ :one: "Guyanaese dollar"
376
+ :other: "Guyanaese dollars"
377
+ :symbol: $
378
+ :HKD:
379
+ :one: "Hong Kong dollar"
380
+ :other: "Hong Kong dollars"
381
+ :symbol: HK$
382
+ :HNL:
383
+ :one: "Honduran lempira"
384
+ :other: "Honduran lempiras"
385
+ :symbol: L
386
+ :HRD:
387
+ :one: "Croatian dinar"
388
+ :other: "Croatian dinars"
389
+ :HRK:
390
+ :one: "Croatian kuna"
391
+ :other: "Croatian kunas"
392
+ :symbol: kn
393
+ :HTG:
394
+ :one: "Haitian gourde"
395
+ :other: "Haitian gourdes"
396
+ :HUF:
397
+ :one: "Hungarian forint"
398
+ :other: "Hungarian forints"
399
+ :symbol: Ft
400
+ :IDR:
401
+ :one: "Indonesian rupiah"
402
+ :other: "Indonesian rupiahs"
403
+ :symbol: Rp
404
+ :IEP:
405
+ :one: "Irish pound"
406
+ :other: "Irish pounds"
407
+ :ILP:
408
+ :one: "Israeli pound"
409
+ :other: "Israeli pounds"
410
+ :ILR:
411
+ :one: "Israeli shekel (1980–1985)"
412
+ :other: "Israeli shekels (1980–1985)"
413
+ :ILS:
414
+ :one: "Israeli new shekel"
415
+ :other: "Israeli new shekels"
416
+ :symbol: ₪
417
+ :INR:
418
+ :one: "Indian rupee"
419
+ :other: "Indian rupees"
420
+ :symbol: ₹
421
+ :IQD:
422
+ :one: "Iraqi dinar"
423
+ :other: "Iraqi dinars"
424
+ :IRR:
425
+ :one: "Iranian rial"
426
+ :other: "Iranian rials"
427
+ :ISJ:
428
+ :one: "Icelandic króna (1918–1981)"
429
+ :other: "Icelandic krónur (1918–1981)"
430
+ :ISK:
431
+ :one: "Icelandic króna"
432
+ :other: "Icelandic krónur"
433
+ :symbol: kr
434
+ :ITL:
435
+ :one: "Italian lira"
436
+ :other: "Italian liras"
437
+ :JMD:
438
+ :one: "Jamaican dollar"
439
+ :other: "Jamaican dollars"
440
+ :symbol: $
441
+ :JOD:
442
+ :one: "Jordanian dinar"
443
+ :other: "Jordanian dinars"
444
+ :JPY:
445
+ :one: "Japanese yen"
446
+ :other: "Japanese yen"
447
+ :symbol: JP¥
448
+ :KES:
449
+ :one: "Kenyan shilling"
450
+ :other: "Kenyan shillings"
451
+ :KGS:
452
+ :one: "Kyrgystani som"
453
+ :other: "Kyrgystani soms"
454
+ :KHR:
455
+ :one: "Cambodian riel"
456
+ :other: "Cambodian riels"
457
+ :symbol: ៛
458
+ :KMF:
459
+ :one: "Comorian franc"
460
+ :other: "Comorian francs"
461
+ :symbol: CF
462
+ :KPW:
463
+ :one: "North Korean won"
464
+ :other: "North Korean won"
465
+ :symbol: ₩
466
+ :KRH:
467
+ :one: "South Korean hwan (1953–1962)"
468
+ :other: "South Korean hwan (1953–1962)"
469
+ :KRO:
470
+ :one: "South Korean won (1945–1953)"
471
+ :other: "South Korean won (1945–1953)"
472
+ :KRW:
473
+ :one: "South Korean won"
474
+ :other: "South Korean won"
475
+ :symbol: ₩
476
+ :KWD:
477
+ :one: "Kuwaiti dinar"
478
+ :other: "Kuwaiti dinars"
479
+ :KYD:
480
+ :one: "Cayman Islands dollar"
481
+ :other: "Cayman Islands dollars"
482
+ :symbol: $
483
+ :KZT:
484
+ :one: "Kazakhstani tenge"
485
+ :other: "Kazakhstani tenges"
486
+ :symbol: ₸
487
+ :LAK:
488
+ :one: "Laotian kip"
489
+ :other: "Laotian kips"
490
+ :symbol: ₭
491
+ :LBP:
492
+ :one: "Lebanese pound"
493
+ :other: "Lebanese pounds"
494
+ :symbol: L£
495
+ :LKR:
496
+ :one: "Sri Lankan rupee"
497
+ :other: "Sri Lankan rupees"
498
+ :symbol: Rs
499
+ :LRD:
500
+ :one: "Liberian dollar"
501
+ :other: "Liberian dollars"
502
+ :symbol: $
503
+ :LSL:
504
+ :one: "Lesotho loti"
505
+ :other: "Lesotho lotis"
506
+ :LTL:
507
+ :one: "Lithuanian litas"
508
+ :other: "Lithuanian litai"
509
+ :symbol: Lt
510
+ :LTT:
511
+ :one: "Lithuanian talonas"
512
+ :other: "Lithuanian talonases"
513
+ :LUC:
514
+ :one: "Luxembourgian convertible franc"
515
+ :other: "Luxembourgian convertible francs"
516
+ :LUF:
517
+ :one: "Luxembourgian franc"
518
+ :other: "Luxembourgian francs"
519
+ :LUL:
520
+ :one: "Luxembourg financial franc"
521
+ :other: "Luxembourg financial francs"
522
+ :LVL:
523
+ :one: "Latvian lats"
524
+ :other: "Latvian lati"
525
+ :symbol: Ls
526
+ :LVR:
527
+ :one: "Latvian rouble"
528
+ :other: "Latvian roubles"
529
+ :LYD:
530
+ :one: "Libyan dinar"
531
+ :other: "Libyan dinars"
532
+ :MAD:
533
+ :one: "Moroccan dirham"
534
+ :other: "Moroccan dirhams"
535
+ :MAF:
536
+ :one: "Moroccan franc"
537
+ :other: "Moroccan francs"
538
+ :MCF:
539
+ :one: "Monegasque franc"
540
+ :other: "Monegasque francs"
541
+ :MDC:
542
+ :one: "Moldovan cupon"
543
+ :other: "Moldovan cupon"
544
+ :MDL:
545
+ :one: "Moldovan leu"
546
+ :other: "Moldovan lei"
547
+ :MGA:
548
+ :one: "Malagasy ariary"
549
+ :other: "Malagasy ariaries"
550
+ :symbol: Ar
551
+ :MGF:
552
+ :one: "Malagasy franc"
553
+ :other: "Malagasy francs"
554
+ :MKD:
555
+ :one: "Macedonian denar"
556
+ :other: "Macedonian denari"
557
+ :MKN:
558
+ :one: "Macedonian denar (1992–1993)"
559
+ :other: "Macedonian denari (1992–1993)"
560
+ :MLF:
561
+ :one: "Malian franc"
562
+ :other: "Malian francs"
563
+ :MMK:
564
+ :one: "Myanmar kyat"
565
+ :other: "Myanmar kyats"
566
+ :symbol: K
567
+ :MNT:
568
+ :one: "Mongolian tugrik"
569
+ :other: "Mongolian tugriks"
570
+ :symbol: ₮
571
+ :MOP:
572
+ :one: "Macanese pataca"
573
+ :other: "Macanese patacas"
574
+ :MRO:
575
+ :one: "Mauritanian ouguiya (1973–2017)"
576
+ :other: "Mauritanian ouguiyas (1973–2017)"
577
+ :MRU:
578
+ :one: "Mauritanian ouguiya"
579
+ :other: "Mauritanian ouguiyas"
580
+ :MTL:
581
+ :one: "Maltese lira"
582
+ :other: "Maltese lira"
583
+ :MTP:
584
+ :one: "Maltese pound"
585
+ :other: "Maltese pounds"
586
+ :MUR:
587
+ :one: "Mauritian rupee"
588
+ :other: "Mauritian rupees"
589
+ :symbol: Rs
590
+ :MVP:
591
+ :one: "Maldivian rupee (1947–1981)"
592
+ :other: "Maldivian rupees (1947–1981)"
593
+ :MVR:
594
+ :one: "Maldivian rufiyaa"
595
+ :other: "Maldivian rufiyaas"
596
+ :MWK:
597
+ :one: "Malawian kwacha"
598
+ :other: "Malawian kwachas"
599
+ :MXN:
600
+ :one: "Mexican peso"
601
+ :other: "Mexican pesos"
602
+ :symbol: MX$
603
+ :MXP:
604
+ :one: "Mexican silver peso (1861–1992)"
605
+ :other: "Mexican silver pesos (1861–1992)"
606
+ :MXV:
607
+ :one: "Mexican investment unit"
608
+ :other: "Mexican investment units"
609
+ :MYR:
610
+ :one: "Malaysian ringgit"
611
+ :other: "Malaysian ringgits"
612
+ :symbol: RM
613
+ :MZE:
614
+ :one: "Mozambican escudo"
615
+ :other: "Mozambican escudos"
616
+ :MZM:
617
+ :one: "Mozambican metical (1980–2006)"
618
+ :other: "Mozambican meticals (1980–2006)"
619
+ :MZN:
620
+ :one: "Mozambican metical"
621
+ :other: "Mozambican meticals"
622
+ :NAD:
623
+ :one: "Namibian dollar"
624
+ :other: "Namibian dollars"
625
+ :symbol: $
626
+ :NGN:
627
+ :one: "Nigerian naira"
628
+ :other: "Nigerian nairas"
629
+ :symbol: ₦
630
+ :NIC:
631
+ :one: "Nicaraguan córdoba (1988–1991)"
632
+ :other: "Nicaraguan córdobas (1988–1991)"
633
+ :NIO:
634
+ :one: "Nicaraguan córdoba"
635
+ :other: "Nicaraguan córdobas"
636
+ :symbol: C$
637
+ :NLG:
638
+ :one: "Dutch guilder"
639
+ :other: "Dutch guilders"
640
+ :NOK:
641
+ :one: "Norwegian krone"
642
+ :other: "Norwegian kroner"
643
+ :symbol: kr
644
+ :NPR:
645
+ :one: "Nepalese rupee"
646
+ :other: "Nepalese rupees"
647
+ :symbol: Rs
648
+ :NZD:
649
+ :one: "New Zealand dollar"
650
+ :other: "New Zealand dollars"
651
+ :symbol: NZ$
652
+ :OMR:
653
+ :one: "Omani rial"
654
+ :other: "Omani rials"
655
+ :PAB:
656
+ :one: "Panamanian balboa"
657
+ :other: "Panamanian balboas"
658
+ :PEI:
659
+ :one: "Peruvian inti"
660
+ :other: "Peruvian intis"
661
+ :PEN:
662
+ :one: "Peruvian sol"
663
+ :other: "Peruvian soles"
664
+ :PES:
665
+ :one: "Peruvian sol (1863–1965)"
666
+ :other: "Peruvian soles (1863–1965)"
667
+ :PGK:
668
+ :one: "Papua New Guinean kina"
669
+ :other: "Papua New Guinean kina"
670
+ :PHP:
671
+ :one: "Philippine piso"
672
+ :other: "Philippine pisos"
673
+ :symbol: ₱
674
+ :PKR:
675
+ :one: "Pakistani rupee"
676
+ :other: "Pakistani rupees"
677
+ :symbol: Rs
678
+ :PLN:
679
+ :one: "Polish zloty"
680
+ :other: "Polish zlotys"
681
+ :symbol: zł
682
+ :PLZ:
683
+ :one: "Polish zloty (PLZ)"
684
+ :other: "Polish zlotys (PLZ)"
685
+ :PTE:
686
+ :one: "Portuguese escudo"
687
+ :other: "Portuguese escudos"
688
+ :PYG:
689
+ :one: "Paraguayan guarani"
690
+ :other: "Paraguayan guaranis"
691
+ :symbol: ₲
692
+ :QAR:
693
+ :one: "Qatari rial"
694
+ :other: "Qatari rials"
695
+ :RHD:
696
+ :one: "Rhodesian dollar"
697
+ :other: "Rhodesian dollars"
698
+ :ROL:
699
+ :one: "Romanian leu (1952–2006)"
700
+ :other: "Romanian Lei (1952–2006)"
701
+ :RON:
702
+ :one: "Romanian leu"
703
+ :other: "Romanian lei"
704
+ :symbol: lei
705
+ :RSD:
706
+ :one: "Serbian dinar"
707
+ :other: "Serbian dinars"
708
+ :RUB:
709
+ :one: "Russian rouble"
710
+ :other: "Russian roubles"
711
+ :symbol: ₽
712
+ :RUR:
713
+ :one: "Russian rouble (1991–1998)"
714
+ :other: "Russian roubles (1991–1998)"
715
+ :symbol: р.
716
+ :RWF:
717
+ :one: "Rwandan franc"
718
+ :other: "Rwandan francs"
719
+ :symbol: RF
720
+ :SAR:
721
+ :one: "Saudi riyal"
722
+ :other: "Saudi riyals"
723
+ :SBD:
724
+ :one: "Solomon Islands dollar"
725
+ :other: "Solomon Islands dollars"
726
+ :symbol: $
727
+ :SCR:
728
+ :one: "Seychellois rupee"
729
+ :other: "Seychellois rupees"
730
+ :SDD:
731
+ :one: "Sudanese dinar (1992–2007)"
732
+ :other: "Sudanese dinars (1992–2007)"
733
+ :SDG:
734
+ :one: "Sudanese pound"
735
+ :other: "Sudanese pounds"
736
+ :SDP:
737
+ :one: "Sudanese pound (1957–1998)"
738
+ :other: "Sudanese pounds (1957–1998)"
739
+ :SEK:
740
+ :one: "Swedish krona"
741
+ :other: "Swedish kronor"
742
+ :symbol: kr
743
+ :SGD:
744
+ :one: "Singapore dollar"
745
+ :other: "Singapore dollars"
746
+ :symbol: $
747
+ :SHP:
748
+ :one: "St Helena pound"
749
+ :other: "St Helena pounds"
750
+ :symbol: £
751
+ :SIT:
752
+ :one: "Slovenian tolar"
753
+ :other: "Slovenian tolars"
754
+ :SKK:
755
+ :one: "Slovak koruna"
756
+ :other: "Slovak korunas"
757
+ :SLL:
758
+ :one: "Sierra Leonean leone"
759
+ :other: "Sierra Leonean leones"
760
+ :SOS:
761
+ :one: "Somali shilling"
762
+ :other: "Somali shillings"
763
+ :SRD:
764
+ :one: "Surinamese dollar"
765
+ :other: "Surinamese dollars"
766
+ :symbol: $
767
+ :SRG:
768
+ :one: "Surinamese guilder"
769
+ :other: "Surinamese guilders"
770
+ :SSP:
771
+ :one: "South Sudanese pound"
772
+ :other: "South Sudanese pounds"
773
+ :symbol: £
774
+ :STD:
775
+ :one: "São Tomé & Príncipe dobra (1977–2017)"
776
+ :other: "São Tomé & Príncipe dobras (1977–2017)"
777
+ :STN:
778
+ :one: "São Tomé & Príncipe dobra"
779
+ :other: "São Tomé & Príncipe dobras"
780
+ :symbol: Db
781
+ :SUR:
782
+ :one: "Soviet rouble"
783
+ :other: "Soviet roubles"
784
+ :SVC:
785
+ :one: "Salvadoran colón"
786
+ :other: "Salvadoran colones"
787
+ :SYP:
788
+ :one: "Syrian pound"
789
+ :other: "Syrian pounds"
790
+ :symbol: £
791
+ :SZL:
792
+ :one: "Swazi lilangeni"
793
+ :other: "Swazi emalangeni"
794
+ :THB:
795
+ :one: "Thai baht"
796
+ :other: "Thai baht"
797
+ :symbol: ฿
798
+ :TJR:
799
+ :one: "Tajikistani rouble"
800
+ :other: "Tajikistani roubles"
801
+ :TJS:
802
+ :one: "Tajikistani somoni"
803
+ :other: "Tajikistani somonis"
804
+ :TMM:
805
+ :one: "Turkmenistani manat (1993–2009)"
806
+ :other: "Turkmenistani manat (1993–2009)"
807
+ :TMT:
808
+ :one: "Turkmenistani manat"
809
+ :other: "Turkmenistani manat"
810
+ :TND:
811
+ :one: "Tunisian dinar"
812
+ :other: "Tunisian dinars"
813
+ :TOP:
814
+ :one: "Tongan paʻanga"
815
+ :other: "Tongan paʻanga"
816
+ :symbol: T$
817
+ :TPE:
818
+ :one: "Timorese escudo"
819
+ :other: "Timorese escudos"
820
+ :TRL:
821
+ :one: "Turkish lira (1922–2005)"
822
+ :other: "Turkish Lira (1922–2005)"
823
+ :TRY:
824
+ :one: "Turkish lira"
825
+ :other: "Turkish Lira"
826
+ :symbol: ₺
827
+ :TTD:
828
+ :one: "Trinidad & Tobago dollar"
829
+ :other: "Trinidad & Tobago dollars"
830
+ :symbol: $
831
+ :TWD:
832
+ :one: "New Taiwan dollar"
833
+ :other: "New Taiwan dollars"
834
+ :symbol: NT$
835
+ :TZS:
836
+ :one: "Tanzanian shilling"
837
+ :other: "Tanzanian shillings"
838
+ :UAH:
839
+ :one: "Ukrainian hryvnia"
840
+ :other: "Ukrainian hryvnias"
841
+ :symbol: ₴
842
+ :UAK:
843
+ :one: "Ukrainian karbovanets"
844
+ :other: "Ukrainian karbovantsiv"
845
+ :UGS:
846
+ :one: "Ugandan shilling (1966–1987)"
847
+ :other: "Ugandan shillings (1966–1987)"
848
+ :UGX:
849
+ :one: "Ugandan shilling"
850
+ :other: "Ugandan shillings"
851
+ :USD:
852
+ :one: "US dollar"
853
+ :other: "US dollars"
854
+ :symbol: US$
855
+ :USN:
856
+ :one: "US dollar (next day)"
857
+ :other: "US dollars (next day)"
858
+ :USS:
859
+ :one: "US dollar (same day)"
860
+ :other: "US dollars (same day)"
861
+ :UYI:
862
+ :one: "Uruguayan peso (indexed units)"
863
+ :other: "Uruguayan pesos (indexed units)"
864
+ :UYP:
865
+ :one: "Uruguayan peso (1975–1993)"
866
+ :other: "Uruguayan pesos (1975–1993)"
867
+ :UYU:
868
+ :one: "Uruguayan peso"
869
+ :other: "Uruguayan pesos"
870
+ :symbol: $
871
+ :UYW:
872
+ :one: "Uruguayan nominal wage index unit"
873
+ :other: "Uruguayan nominal wage index units"
874
+ :UZS:
875
+ :one: "Uzbekistani som"
876
+ :other: "Uzbekistani som"
877
+ :VEB:
878
+ :one: "Venezuelan bolívar (1871–2008)"
879
+ :other: "Venezuelan bolívars (1871–2008)"
880
+ :VEF:
881
+ :one: "Venezuelan bolívar (2008–2018)"
882
+ :other: "Venezuelan bolívars (2008–2018)"
883
+ :symbol: Bs
884
+ :VES:
885
+ :one: "Venezuelan bolívar"
886
+ :other: "Venezuelan bolívars"
887
+ :VND:
888
+ :one: "Vietnamese dong"
889
+ :other: "Vietnamese dong"
890
+ :symbol: ₫
891
+ :VNN:
892
+ :one: "Vietnamese dong (1978–1985)"
893
+ :other: "Vietnamese dong (1978–1985)"
894
+ :VUV:
895
+ :one: "Vanuatu vatu"
896
+ :other: "Vanuatu vatus"
897
+ :WST:
898
+ :one: "Samoan tala"
899
+ :other: "Samoan tala"
900
+ :XAF:
901
+ :one: "Central African CFA franc"
902
+ :other: "Central African CFA francs"
903
+ :symbol: FCFA
904
+ :XAG:
905
+ :one: "troy ounce of silver"
906
+ :other: "troy ounces of silver"
907
+ :XAU:
908
+ :one: "troy ounce of gold"
909
+ :other: "troy ounces of gold"
910
+ :XBA:
911
+ :one: "European composite unit"
912
+ :other: "European composite units"
913
+ :XBB:
914
+ :one: "European monetary unit"
915
+ :other: "European monetary units"
916
+ :XBC:
917
+ :one: "European unit of account (XBC)"
918
+ :other: "European units of account (XBC)"
919
+ :XBD:
920
+ :one: "European unit of account (XBD)"
921
+ :other: "European units of account (XBD)"
922
+ :XCD:
923
+ :one: "East Caribbean dollar"
924
+ :other: "East Caribbean dollars"
925
+ :symbol: EC$
926
+ :XDR:
927
+ :one: "special drawing rights"
928
+ :other: "special drawing rights"
929
+ :XEU:
930
+ :one: "European currency unit"
931
+ :other: "European currency units"
932
+ :XFO:
933
+ :one: "French gold franc"
934
+ :other: "French gold francs"
935
+ :XFU:
936
+ :one: "French UIC-franc"
937
+ :other: "French UIC-francs"
938
+ :XOF:
939
+ :one: "West African CFA franc"
940
+ :other: "West African CFA francs"
941
+ :symbol: CFA
942
+ :XPD:
943
+ :one: "troy ounce of palladium"
944
+ :other: "troy ounces of palladium"
945
+ :XPF:
946
+ :one: "CFP franc"
947
+ :other: "CFP francs"
948
+ :symbol: CFPF
949
+ :XPT:
950
+ :one: "troy ounce of platinum"
951
+ :other: "troy ounces of platinum"
952
+ :XRE:
953
+ :one: "RINET Funds unit"
954
+ :other: "RINET Funds units"
955
+ :XSU:
956
+ :one: Sucre
957
+ :other: Sucres
958
+ :XTS:
959
+ :one: "Testing Currency unit"
960
+ :other: "Testing Currency units"
961
+ :XUA:
962
+ :one: "ADB unit of account"
963
+ :other: "ADB units of account"
964
+ :XXX:
965
+ :one: "(unknown unit of currency)"
966
+ :other: "(unknown currency)"
967
+ :symbol: ¤
968
+ :YDD:
969
+ :one: "Yemeni dinar"
970
+ :other: "Yemeni dinars"
971
+ :YER:
972
+ :one: "Yemeni rial"
973
+ :other: "Yemeni rials"
974
+ :YUD:
975
+ :one: "Yugoslavian hard dinar (1966–1990)"
976
+ :other: "Yugoslavian hard dinars (1966–1990)"
977
+ :YUM:
978
+ :one: "Yugoslavian new dinar (1994–2002)"
979
+ :other: "Yugoslavian new dinars (1994–2002)"
980
+ :YUN:
981
+ :one: "Yugoslavian convertible dinar (1990–1992)"
982
+ :other: "Yugoslavian convertible dinars (1990–1992)"
983
+ :YUR:
984
+ :one: "Yugoslavian reformed dinar (1992–1993)"
985
+ :other: "Yugoslavian reformed dinars (1992–1993)"
986
+ :ZAL:
987
+ :one: "South African rand (financial)"
988
+ :other: "South African rands (financial)"
989
+ :ZAR:
990
+ :one: "South African rand"
991
+ :other: "South African rand"
992
+ :symbol: R
993
+ :ZMK:
994
+ :one: "Zambian kwacha (1968–2012)"
995
+ :other: "Zambian kwachas (1968–2012)"
996
+ :ZMW:
997
+ :one: "Zambian kwacha"
998
+ :other: "Zambian kwachas"
999
+ :symbol: ZK
1000
+ :ZRN:
1001
+ :one: "Zairean new zaire (1993–1998)"
1002
+ :other: "Zairean new zaires (1993–1998)"
1003
+ :ZRZ:
1004
+ :one: "Zairean zaire (1971–1993)"
1005
+ :other: "Zairean zaires (1971–1993)"
1006
+ :ZWD:
1007
+ :one: "Zimbabwean dollar (1980–2008)"
1008
+ :other: "Zimbabwean dollars (1980–2008)"
1009
+ :ZWL:
1010
+ :one: "Zimbabwean dollar (2009)"
1011
+ :other: "Zimbabwean dollars (2009)"
1012
+ :ZWR:
1013
+ :one: "Zimbabwean dollar (2008)"
1014
+ :other: "Zimbabwean dollars (2008)"