@commercetools-frontend/l10n 27.0.0 → 27.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/data/currencies/de.json +355 -163
  2. package/data/currencies/en.json +354 -162
  3. package/data/currencies/es.json +392 -200
  4. package/data/currencies/fr-FR.json +354 -162
  5. package/data/currencies/pt-BR.json +354 -162
  6. package/data/languages/de.json +7 -7
  7. package/data/languages/en.json +7 -7
  8. package/data/languages/es.json +7 -7
  9. package/data/languages/fr-FR.json +7 -7
  10. package/data/languages/pt-BR.json +7 -7
  11. package/dist/commercetools-frontend-l10n.cjs.dev.js +13 -12
  12. package/dist/commercetools-frontend-l10n.cjs.prod.js +13 -12
  13. package/dist/commercetools-frontend-l10n.esm.js +13 -12
  14. package/dist/{de-cabb1fa6.cjs.dev.js → de-01c9e752.cjs.prod.js} +355 -163
  15. package/dist/{de-a846d004.esm.js → de-5c1f72e0.esm.js} +355 -163
  16. package/dist/{de-2ff8958f.esm.js → de-66cc7886.esm.js} +7 -7
  17. package/dist/{de-3b92f2f0.cjs.prod.js → de-940cf7e4.cjs.dev.js} +355 -163
  18. package/dist/{de-389d94e2.cjs.dev.js → de-b51d171d.cjs.prod.js} +7 -7
  19. package/dist/{de-636e3d97.cjs.prod.js → de-b5f6ac6a.cjs.dev.js} +7 -7
  20. package/dist/declarations/src/currency-information.d.ts +1 -0
  21. package/dist/declarations/src/types.d.ts +1 -0
  22. package/dist/{en-e7e85084.cjs.dev.js → en-143aba99.cjs.dev.js} +7 -7
  23. package/dist/{en-a33b999a.cjs.prod.js → en-27c6bed3.cjs.prod.js} +354 -162
  24. package/dist/{en-114d9c70.esm.js → en-3dfe0e06.esm.js} +354 -162
  25. package/dist/{en-dd33a580.cjs.dev.js → en-6eaa5560.cjs.dev.js} +354 -162
  26. package/dist/{en-845c7549.esm.js → en-c7681994.esm.js} +7 -7
  27. package/dist/{en-f1792b3d.cjs.prod.js → en-e7e065c8.cjs.prod.js} +7 -7
  28. package/dist/es-452cc393.cjs.dev.js +846 -0
  29. package/dist/{es-eefa39e0.cjs.prod.js → es-488ebf98.cjs.prod.js} +7 -7
  30. package/dist/es-7f640e03.esm.js +844 -0
  31. package/dist/es-7fc7d431.cjs.prod.js +846 -0
  32. package/dist/{es-32f7bc96.esm.js → es-86b2bc38.esm.js} +7 -7
  33. package/dist/{es-790657d9.cjs.dev.js → es-d8405a14.cjs.dev.js} +7 -7
  34. package/dist/{fr-FR-c2e0027c.esm.js → fr-FR-11ba6ffe.esm.js} +7 -7
  35. package/dist/{fr-FR-06d6a3f4.cjs.dev.js → fr-FR-25d79189.cjs.dev.js} +354 -162
  36. package/dist/{fr-FR-42a1a059.esm.js → fr-FR-54480cf2.esm.js} +354 -162
  37. package/dist/{fr-FR-06e1e6e2.cjs.prod.js → fr-FR-8ea54e6c.cjs.dev.js} +7 -7
  38. package/dist/{fr-FR-b689c6d2.cjs.dev.js → fr-FR-98368a15.cjs.prod.js} +7 -7
  39. package/dist/{fr-FR-2ac6a985.cjs.prod.js → fr-FR-f86899f0.cjs.prod.js} +354 -162
  40. package/dist/{pt-BR-186676b4.cjs.prod.js → pt-BR-1e6d50fd.cjs.dev.js} +7 -7
  41. package/dist/{pt-BR-5cec8e04.cjs.dev.js → pt-BR-21c4de10.cjs.prod.js} +7 -7
  42. package/dist/{pt-BR-bf9aad03.cjs.dev.js → pt-BR-226cc1db.cjs.dev.js} +354 -162
  43. package/dist/{pt-BR-e32fe1fb.esm.js → pt-BR-3d33a863.esm.js} +354 -162
  44. package/dist/{pt-BR-ee41cc2f.esm.js → pt-BR-478bd70a.esm.js} +7 -7
  45. package/dist/{pt-BR-499a25f3.cjs.prod.js → pt-BR-ac777b2d.cjs.prod.js} +354 -162
  46. package/package.json +2 -2
  47. package/dist/es-47ef29f5.esm.js +0 -652
  48. package/dist/es-98d11980.cjs.dev.js +0 -654
  49. package/dist/es-e7423eff.cjs.prod.js +0 -654
@@ -1,651 +1,843 @@
1
1
  var en = {
2
2
  AED: {
3
3
  label: "United Arab Emirates Dirham",
4
- symbol: "د.إ.‏"
4
+ symbol: "د.إ.‏",
5
+ fractionDigits: 2
5
6
  },
6
7
  AFN: {
7
8
  label: "Afghan Afghani",
8
- symbol: "؋"
9
+ symbol: "؋",
10
+ fractionDigits: 0
9
11
  },
10
12
  ALL: {
11
13
  label: "Albanian Lek",
12
- symbol: "Lekë"
14
+ symbol: "Lekë",
15
+ fractionDigits: 0
13
16
  },
14
17
  AMD: {
15
18
  label: "Armenian Dram",
16
- symbol: "֏"
19
+ symbol: "֏",
20
+ fractionDigits: 0
17
21
  },
18
22
  ANG: {
19
23
  label: "Netherlands Antillean Guilder",
20
- symbol: "NAf."
24
+ symbol: "NAf.",
25
+ fractionDigits: 2
21
26
  },
22
27
  AOA: {
23
28
  label: "Angolan Kwanza",
24
- symbol: "Kz"
29
+ symbol: "Kz",
30
+ fractionDigits: 2
25
31
  },
26
32
  ARS: {
27
33
  label: "Argentine Peso",
28
- symbol: "$"
34
+ symbol: "$",
35
+ fractionDigits: 2
29
36
  },
30
37
  AUD: {
31
38
  label: "Australian Dollar",
32
- symbol: "$"
39
+ symbol: "$",
40
+ fractionDigits: 2
33
41
  },
34
42
  AWG: {
35
43
  label: "Aruban Florin",
36
- symbol: "Afl."
44
+ symbol: "Afl.",
45
+ fractionDigits: 2
37
46
  },
38
47
  AZN: {
39
48
  label: "Azerbaijani Manat",
40
- symbol: "₼"
49
+ symbol: "₼",
50
+ fractionDigits: 2
41
51
  },
42
52
  BAM: {
43
53
  label: "Bosnia-Herzegovina Convertible Mark",
44
- symbol: "КМ"
54
+ symbol: "КМ",
55
+ fractionDigits: 2
45
56
  },
46
57
  BBD: {
47
58
  label: "Barbadian Dollar",
48
- symbol: "$"
59
+ symbol: "$",
60
+ fractionDigits: 2
49
61
  },
50
62
  BDT: {
51
63
  label: "Bangladeshi Taka",
52
- symbol: "৳"
64
+ symbol: "৳",
65
+ fractionDigits: 2
53
66
  },
54
67
  BGN: {
55
68
  label: "Bulgarian Lev",
56
- symbol: "лв."
69
+ symbol: "лв.",
70
+ fractionDigits: 2
57
71
  },
58
72
  BHD: {
59
73
  label: "Bahraini Dinar",
60
- symbol: "د.ب.‏"
74
+ symbol: "د.ب.‏",
75
+ fractionDigits: 3
61
76
  },
62
77
  BIF: {
63
78
  label: "Burundian Franc",
64
- symbol: "FBu"
79
+ symbol: "FBu",
80
+ fractionDigits: 0
65
81
  },
66
82
  BMD: {
67
83
  label: "Bermudan Dollar",
68
- symbol: "$"
84
+ symbol: "$",
85
+ fractionDigits: 2
69
86
  },
70
87
  BND: {
71
88
  label: "Brunei Dollar",
72
- symbol: "$"
89
+ symbol: "$",
90
+ fractionDigits: 2
73
91
  },
74
92
  BOB: {
75
93
  label: "Bolivian Boliviano",
76
- symbol: "Bs"
94
+ symbol: "Bs",
95
+ fractionDigits: 2
77
96
  },
78
97
  BOV: {
79
98
  label: "Bolivian Mvdol",
80
- symbol: "BOV"
99
+ symbol: "BOV",
100
+ fractionDigits: 2
81
101
  },
82
102
  BRL: {
83
103
  label: "Brazilian Real",
84
- symbol: "R$"
104
+ symbol: "R$",
105
+ fractionDigits: 2
85
106
  },
86
107
  BSD: {
87
108
  label: "Bahamian Dollar",
88
- symbol: "$"
109
+ symbol: "$",
110
+ fractionDigits: 2
89
111
  },
90
112
  BTN: {
91
113
  label: "Bhutanese Ngultrum",
92
- symbol: "Nu."
114
+ symbol: "Nu.",
115
+ fractionDigits: 2
93
116
  },
94
117
  BWP: {
95
118
  label: "Botswanan Pula",
96
- symbol: "P"
119
+ symbol: "P",
120
+ fractionDigits: 2
97
121
  },
98
122
  BYN: {
99
123
  label: "Belarusian Ruble",
100
- symbol: "Br"
124
+ symbol: "Br",
125
+ fractionDigits: 2
101
126
  },
102
127
  BZD: {
103
128
  label: "Belize Dollar",
104
- symbol: "$"
129
+ symbol: "$",
130
+ fractionDigits: 2
105
131
  },
106
132
  CAD: {
107
133
  label: "Canadian Dollar",
108
- symbol: "$"
134
+ symbol: "$",
135
+ fractionDigits: 2
109
136
  },
110
137
  CDF: {
111
138
  label: "Congolese Franc",
112
- symbol: "FC"
139
+ symbol: "FC",
140
+ fractionDigits: 2
113
141
  },
114
142
  CHE: {
115
143
  label: "WIR Euro",
116
- symbol: "CHE"
144
+ symbol: "CHE",
145
+ fractionDigits: 2
117
146
  },
118
147
  CHF: {
119
148
  label: "Swiss Franc",
120
- symbol: "CHF"
149
+ symbol: "CHF",
150
+ fractionDigits: 2
121
151
  },
122
152
  CHW: {
123
153
  label: "WIR Franc",
124
- symbol: "CHW"
154
+ symbol: "CHW",
155
+ fractionDigits: 2
125
156
  },
126
157
  CLF: {
127
158
  label: "Chilean Unit of Account (UF)",
128
- symbol: "CLF"
159
+ symbol: "CLF",
160
+ fractionDigits: 4
129
161
  },
130
162
  CLP: {
131
163
  label: "Chilean Peso",
132
- symbol: "$"
164
+ symbol: "$",
165
+ fractionDigits: 0
133
166
  },
134
167
  CNH: {
135
168
  label: "Chinese Yuan (offshore)",
136
- symbol: "CNH"
169
+ symbol: "CNH",
170
+ fractionDigits: 2
137
171
  },
138
172
  CNY: {
139
173
  label: "Chinese Yuan",
140
- symbol: "¥"
174
+ symbol: "¥",
175
+ fractionDigits: 2
141
176
  },
142
177
  COP: {
143
178
  label: "Colombian Peso",
144
- symbol: "$"
179
+ symbol: "$",
180
+ fractionDigits: 0
145
181
  },
146
182
  COU: {
147
183
  label: "Colombian Real Value Unit",
148
- symbol: "COU"
184
+ symbol: "COU",
185
+ fractionDigits: 2
149
186
  },
150
187
  CRC: {
151
188
  label: "Costa Rican Colón",
152
- symbol: "₡"
189
+ symbol: "₡",
190
+ fractionDigits: 2
153
191
  },
154
192
  CUC: {
155
193
  label: "Cuban Convertible Peso",
156
- symbol: "CUC"
194
+ symbol: "CUC",
195
+ fractionDigits: 2
157
196
  },
158
197
  CUP: {
159
198
  label: "Cuban Peso",
160
- symbol: "$"
199
+ symbol: "$",
200
+ fractionDigits: 2
161
201
  },
162
202
  CVE: {
163
203
  label: "Cape Verdean Escudo",
164
- symbol: "​"
204
+ symbol: "​",
205
+ fractionDigits: 2
165
206
  },
166
207
  CZK: {
167
208
  label: "Czech Koruna",
168
- symbol: "Kč"
209
+ symbol: "Kč",
210
+ fractionDigits: 2
211
+ },
212
+ CZK0: {
213
+ label: "Czech Koruna - Non ISO (0 decimals)",
214
+ symbol: "Kč",
215
+ fractionDigits: 0
169
216
  },
170
217
  DJF: {
171
218
  label: "Djiboutian Franc",
172
- symbol: "Fdj"
219
+ symbol: "Fdj",
220
+ fractionDigits: 0
173
221
  },
174
222
  DKK: {
175
223
  label: "Danish Krone",
176
- symbol: "kr."
224
+ symbol: "kr.",
225
+ fractionDigits: 2
177
226
  },
178
227
  DOP: {
179
228
  label: "Dominican Peso",
180
- symbol: "RD$"
229
+ symbol: "RD$",
230
+ fractionDigits: 2
181
231
  },
182
232
  DZD: {
183
233
  label: "Algerian Dinar",
184
- symbol: "د.ج.‏"
234
+ symbol: "د.ج.‏",
235
+ fractionDigits: 2
185
236
  },
186
237
  EGP: {
187
238
  label: "Egyptian Pound",
188
- symbol: "ج.م.‏"
239
+ symbol: "ج.م.‏",
240
+ fractionDigits: 2
189
241
  },
190
242
  ERN: {
191
243
  label: "Eritrean Nakfa",
192
- symbol: "Nfk"
244
+ symbol: "Nfk",
245
+ fractionDigits: 2
193
246
  },
194
247
  ETB: {
195
248
  label: "Ethiopian Birr",
196
- symbol: "ብር"
249
+ symbol: "ብር",
250
+ fractionDigits: 2
197
251
  },
198
252
  EUR: {
199
253
  label: "Euro",
200
- symbol: "€"
254
+ symbol: "€",
255
+ fractionDigits: 2
201
256
  },
202
257
  FJD: {
203
258
  label: "Fijian Dollar",
204
- symbol: "$"
259
+ symbol: "$",
260
+ fractionDigits: 2
205
261
  },
206
262
  FKP: {
207
263
  label: "Falkland Islands Pound",
208
- symbol: "£"
264
+ symbol: "£",
265
+ fractionDigits: 2
209
266
  },
210
267
  GBP: {
211
268
  label: "British Pound",
212
- symbol: "£"
269
+ symbol: "£",
270
+ fractionDigits: 2
213
271
  },
214
272
  GEL: {
215
273
  label: "Georgian Lari",
216
- symbol: "₾"
274
+ symbol: "₾",
275
+ fractionDigits: 2
217
276
  },
218
277
  GHS: {
219
278
  label: "Ghanaian Cedi",
220
- symbol: "GH₵"
279
+ symbol: "GH₵",
280
+ fractionDigits: 2
221
281
  },
222
282
  GIP: {
223
283
  label: "Gibraltar Pound",
224
- symbol: "£"
284
+ symbol: "£",
285
+ fractionDigits: 2
225
286
  },
226
287
  GMD: {
227
288
  label: "Gambian Dalasi",
228
- symbol: "D"
289
+ symbol: "D",
290
+ fractionDigits: 2
229
291
  },
230
292
  GNF: {
231
293
  label: "Guinean Franc",
232
- symbol: "FG"
294
+ symbol: "FG",
295
+ fractionDigits: 0
233
296
  },
234
297
  GTQ: {
235
298
  label: "Guatemalan Quetzal",
236
- symbol: "Q"
299
+ symbol: "Q",
300
+ fractionDigits: 2
237
301
  },
238
302
  GYD: {
239
303
  label: "Guyanaese Dollar",
240
- symbol: "$"
304
+ symbol: "$",
305
+ fractionDigits: 0
241
306
  },
242
307
  HKD: {
243
308
  label: "Hong Kong Dollar",
244
- symbol: "HK$"
309
+ symbol: "HK$",
310
+ fractionDigits: 2
245
311
  },
246
312
  HNL: {
247
313
  label: "Honduran Lempira",
248
- symbol: "L"
314
+ symbol: "L",
315
+ fractionDigits: 2
249
316
  },
250
317
  HRK: {
251
318
  label: "Croatian Kuna",
252
- symbol: "HRK"
319
+ symbol: "HRK",
320
+ fractionDigits: 2
253
321
  },
254
322
  HTG: {
255
323
  label: "Haitian Gourde",
256
- symbol: "G"
324
+ symbol: "G",
325
+ fractionDigits: 2
257
326
  },
258
327
  HUF: {
259
328
  label: "Hungarian Forint",
260
- symbol: "Ft"
329
+ symbol: "Ft",
330
+ fractionDigits: 2
331
+ },
332
+ HUF0: {
333
+ label: "Hungarian Forint - Non ISO (0 decimals)",
334
+ symbol: "Ft",
335
+ fractionDigits: 0
261
336
  },
262
337
  IDR: {
263
338
  label: "Indonesian Rupiah",
264
- symbol: "Rp"
339
+ symbol: "Rp",
340
+ fractionDigits: 0
265
341
  },
266
342
  ILS: {
267
343
  label: "Israeli New Shekel",
268
- symbol: "₪"
344
+ symbol: "₪",
345
+ fractionDigits: 2
346
+ },
347
+ ILS0: {
348
+ label: "Israeli New Shekel - Non ISO (0 decimals)",
349
+ symbol: "₪",
350
+ fractionDigits: 0
269
351
  },
270
352
  INR: {
271
353
  label: "Indian Rupee",
272
- symbol: "₹"
354
+ symbol: "₹",
355
+ fractionDigits: 2
273
356
  },
274
357
  IQD: {
275
358
  label: "Iraqi Dinar",
276
- symbol: "د.ع.‏"
359
+ symbol: "د.ع.‏",
360
+ fractionDigits: 0
277
361
  },
278
362
  IRR: {
279
363
  label: "Iranian Rial",
280
- symbol: "IRR"
364
+ symbol: "IRR",
365
+ fractionDigits: 0
281
366
  },
282
367
  ISK: {
283
368
  label: "Icelandic Króna",
284
- symbol: "ISK"
369
+ symbol: "ISK",
370
+ fractionDigits: 0
285
371
  },
286
372
  JMD: {
287
373
  label: "Jamaican Dollar",
288
- symbol: "$"
374
+ symbol: "$",
375
+ fractionDigits: 2
289
376
  },
290
377
  JOD: {
291
378
  label: "Jordanian Dinar",
292
- symbol: "د.أ.‏"
379
+ symbol: "د.أ.‏",
380
+ fractionDigits: 3
293
381
  },
294
382
  JPY: {
295
383
  label: "Japanese Yen",
296
- symbol: "¥"
384
+ symbol: "¥",
385
+ fractionDigits: 0
297
386
  },
298
387
  KES: {
299
388
  label: "Kenyan Shilling",
300
- symbol: "Ksh"
389
+ symbol: "Ksh",
390
+ fractionDigits: 2
301
391
  },
302
392
  KGS: {
303
393
  label: "Kyrgystani Som",
304
- symbol: "сом"
394
+ symbol: "сом",
395
+ fractionDigits: 2
305
396
  },
306
397
  KHR: {
307
398
  label: "Cambodian Riel",
308
- symbol: "៛"
399
+ symbol: "៛",
400
+ fractionDigits: 2
309
401
  },
310
402
  KMF: {
311
403
  label: "Comorian Franc",
312
- symbol: "CF"
404
+ symbol: "CF",
405
+ fractionDigits: 0
313
406
  },
314
407
  KPW: {
315
408
  label: "North Korean Won",
316
- symbol: "KPW"
409
+ symbol: "KPW",
410
+ fractionDigits: 0
317
411
  },
318
412
  KRW: {
319
413
  label: "South Korean Won",
320
- symbol: "₩"
414
+ symbol: "₩",
415
+ fractionDigits: 0
321
416
  },
322
417
  KWD: {
323
418
  label: "Kuwaiti Dinar",
324
- symbol: "د.ك.‏"
419
+ symbol: "د.ك.‏",
420
+ fractionDigits: 3
325
421
  },
326
422
  KYD: {
327
423
  label: "Cayman Islands Dollar",
328
- symbol: "$"
424
+ symbol: "$",
425
+ fractionDigits: 2
329
426
  },
330
427
  KZT: {
331
428
  label: "Kazakhstani Tenge",
332
- symbol: "₸"
429
+ symbol: "₸",
430
+ fractionDigits: 2
431
+ },
432
+ KZT0: {
433
+ label: "Kazakhstani Tenge - Non ISO (0 decimals)",
434
+ symbol: "₸",
435
+ fractionDigits: 0
333
436
  },
334
437
  LAK: {
335
438
  label: "Laotian Kip",
336
- symbol: "₭"
439
+ symbol: "₭",
440
+ fractionDigits: 0
337
441
  },
338
442
  LBP: {
339
443
  label: "Lebanese Pound",
340
- symbol: "ل.ل.‏"
444
+ symbol: "ل.ل.‏",
445
+ fractionDigits: 0
341
446
  },
342
447
  LKR: {
343
448
  label: "Sri Lankan Rupee",
344
- symbol: "රු."
449
+ symbol: "රු.",
450
+ fractionDigits: 2
345
451
  },
346
452
  LRD: {
347
453
  label: "Liberian Dollar",
348
- symbol: "$"
454
+ symbol: "$",
455
+ fractionDigits: 2
349
456
  },
350
457
  LSL: {
351
458
  label: "Lesotho Loti",
352
- symbol: "LSL"
459
+ symbol: "LSL",
460
+ fractionDigits: 2
353
461
  },
354
462
  LYD: {
355
463
  label: "Libyan Dinar",
356
- symbol: "د.ل.‏"
464
+ symbol: "د.ل.‏",
465
+ fractionDigits: 3
357
466
  },
358
467
  MAD: {
359
468
  label: "Moroccan Dirham",
360
- symbol: "د.م.‏"
469
+ symbol: "د.م.‏",
470
+ fractionDigits: 2
361
471
  },
362
472
  MDL: {
363
473
  label: "Moldovan Leu",
364
- symbol: "L"
474
+ symbol: "L",
475
+ fractionDigits: 2
365
476
  },
366
477
  MGA: {
367
478
  label: "Malagasy Ariary",
368
- symbol: "Ar"
479
+ symbol: "Ar",
480
+ fractionDigits: 0
369
481
  },
370
482
  MKD: {
371
483
  label: "Macedonian Denar",
372
- symbol: "ден"
484
+ symbol: "ден",
485
+ fractionDigits: 2
373
486
  },
374
487
  MMK: {
375
488
  label: "Myanmar Kyat",
376
- symbol: "K"
489
+ symbol: "K",
490
+ fractionDigits: 0
377
491
  },
378
492
  MNT: {
379
493
  label: "Mongolian Tugrik",
380
- symbol: "₮"
494
+ symbol: "₮",
495
+ fractionDigits: 0
381
496
  },
382
497
  MOP: {
383
498
  label: "Macanese Pataca",
384
- symbol: "MOP$"
499
+ symbol: "MOP$",
500
+ fractionDigits: 2
385
501
  },
386
502
  MRO: {
387
503
  label: "Mauritanian Ouguiya (1973–2017)",
388
- symbol: "أ.م.‏"
504
+ symbol: "أ.م.‏",
505
+ fractionDigits: 0
389
506
  },
390
507
  MUR: {
391
508
  label: "Mauritian Rupee",
392
- symbol: "Rs"
509
+ symbol: "Rs",
510
+ fractionDigits: 0
393
511
  },
394
512
  MWK: {
395
513
  label: "Malawian Kwacha",
396
- symbol: "MK"
514
+ symbol: "MK",
515
+ fractionDigits: 2
397
516
  },
398
517
  MXN: {
399
518
  label: "Mexican Peso",
400
- symbol: "$"
519
+ symbol: "$",
520
+ fractionDigits: 2
401
521
  },
402
522
  MXV: {
403
523
  label: "Mexican Investment Unit",
404
- symbol: "MXV"
524
+ symbol: "MXV",
525
+ fractionDigits: 2
405
526
  },
406
527
  MYR: {
407
528
  label: "Malaysian Ringgit",
408
- symbol: "RM"
529
+ symbol: "RM",
530
+ fractionDigits: 2
409
531
  },
410
532
  MZN: {
411
533
  label: "Mozambican Metical",
412
- symbol: "MTn"
534
+ symbol: "MTn",
535
+ fractionDigits: 2
413
536
  },
414
537
  NAD: {
415
538
  label: "Namibian Dollar",
416
- symbol: "$"
539
+ symbol: "$",
540
+ fractionDigits: 2
417
541
  },
418
542
  NGN: {
419
543
  label: "Nigerian Naira",
420
- symbol: "₦"
544
+ symbol: "₦",
545
+ fractionDigits: 2
421
546
  },
422
547
  NIO: {
423
548
  label: "Nicaraguan Córdoba",
424
- symbol: "C$"
549
+ symbol: "C$",
550
+ fractionDigits: 2
425
551
  },
426
552
  NOK: {
427
553
  label: "Norwegian Krone",
428
- symbol: "kr"
554
+ symbol: "kr",
555
+ fractionDigits: 2
429
556
  },
430
557
  NPR: {
431
558
  label: "Nepalese Rupee",
432
- symbol: "नेरू"
559
+ symbol: "नेरू",
560
+ fractionDigits: 2
433
561
  },
434
562
  NZD: {
435
563
  label: "New Zealand Dollar",
436
- symbol: "$"
564
+ symbol: "$",
565
+ fractionDigits: 2
437
566
  },
438
567
  OMR: {
439
568
  label: "Omani Rial",
440
- symbol: "ر.ع.‏"
569
+ symbol: "ر.ع.‏",
570
+ fractionDigits: 3
441
571
  },
442
572
  PAB: {
443
573
  label: "Panamanian Balboa",
444
- symbol: "B/."
574
+ symbol: "B/.",
575
+ fractionDigits: 2
445
576
  },
446
577
  PEN: {
447
578
  label: "Peruvian Sol",
448
- symbol: "S/"
579
+ symbol: "S/",
580
+ fractionDigits: 2
449
581
  },
450
582
  PGK: {
451
583
  label: "Papua New Guinean Kina",
452
- symbol: "K"
584
+ symbol: "K",
585
+ fractionDigits: 2
453
586
  },
454
587
  PHP: {
455
588
  label: "Philippine Peso",
456
- symbol: "₱"
589
+ symbol: "₱",
590
+ fractionDigits: 2
457
591
  },
458
592
  PKR: {
459
593
  label: "Pakistani Rupee",
460
- symbol: "Rs"
594
+ symbol: "Rs",
595
+ fractionDigits: 0
461
596
  },
462
597
  PLN: {
463
598
  label: "Polish Zloty",
464
- symbol: "zł"
599
+ symbol: "zł",
600
+ fractionDigits: 2
465
601
  },
466
602
  PYG: {
467
603
  label: "Paraguayan Guarani",
468
- symbol: "Gs."
604
+ symbol: "Gs.",
605
+ fractionDigits: 0
469
606
  },
470
607
  QAR: {
471
608
  label: "Qatari Riyal",
472
- symbol: "ر.ق.‏"
609
+ symbol: "ر.ق.‏",
610
+ fractionDigits: 2
473
611
  },
474
612
  RON: {
475
613
  label: "Romanian Leu",
476
- symbol: "RON"
614
+ symbol: "RON",
615
+ fractionDigits: 2
477
616
  },
478
617
  RSD: {
479
618
  label: "Serbian Dinar",
480
- symbol: "RSD"
619
+ symbol: "RSD",
620
+ fractionDigits: 0
481
621
  },
482
622
  RUB: {
483
623
  label: "Russian Ruble",
484
- symbol: "₽"
624
+ symbol: "₽",
625
+ fractionDigits: 2
485
626
  },
486
627
  RWF: {
487
628
  label: "Rwandan Franc",
488
- symbol: "RF"
629
+ symbol: "RF",
630
+ fractionDigits: 0
489
631
  },
490
632
  SAR: {
491
633
  label: "Saudi Riyal",
492
- symbol: "ر.س.‏"
634
+ symbol: "ر.س.‏",
635
+ fractionDigits: 2
493
636
  },
494
637
  SBD: {
495
638
  label: "Solomon Islands Dollar",
496
- symbol: "$"
639
+ symbol: "$",
640
+ fractionDigits: 2
497
641
  },
498
642
  SCR: {
499
643
  label: "Seychellois Rupee",
500
- symbol: "SR"
644
+ symbol: "SR",
645
+ fractionDigits: 2
501
646
  },
502
647
  SDG: {
503
648
  label: "Sudanese Pound",
504
- symbol: "ج.س."
649
+ symbol: "ج.س.",
650
+ fractionDigits: 2
505
651
  },
506
652
  SEK: {
507
653
  label: "Swedish Krona",
508
- symbol: "kr"
654
+ symbol: "kr",
655
+ fractionDigits: 2
509
656
  },
510
657
  SGD: {
511
658
  label: "Singapore Dollar",
512
- symbol: "$"
659
+ symbol: "$",
660
+ fractionDigits: 2
513
661
  },
514
662
  SHP: {
515
663
  label: "St. Helena Pound",
516
- symbol: "£"
664
+ symbol: "£",
665
+ fractionDigits: 2
517
666
  },
518
667
  SLL: {
519
668
  label: "Sierra Leonean Leone (1964—2022)",
520
- symbol: "Le"
669
+ symbol: "Le",
670
+ fractionDigits: 0
521
671
  },
522
672
  SOS: {
523
673
  label: "Somali Shilling",
524
- symbol: "S"
674
+ symbol: "S",
675
+ fractionDigits: 0
525
676
  },
526
677
  SRD: {
527
678
  label: "Surinamese Dollar",
528
- symbol: "$"
679
+ symbol: "$",
680
+ fractionDigits: 2
529
681
  },
530
682
  SSP: {
531
683
  label: "South Sudanese Pound",
532
- symbol: "£"
684
+ symbol: "£",
685
+ fractionDigits: 2
533
686
  },
534
687
  STN: {
535
688
  label: "São Tomé & Príncipe Dobra",
536
- symbol: "STN"
689
+ symbol: "STN",
690
+ fractionDigits: 2
537
691
  },
538
692
  SYP: {
539
693
  label: "Syrian Pound",
540
- symbol: "ل.س.‏"
694
+ symbol: "ل.س.‏",
695
+ fractionDigits: 0
541
696
  },
542
697
  SZL: {
543
698
  label: "Swazi Lilangeni",
544
- symbol: "E"
699
+ symbol: "E",
700
+ fractionDigits: 2
545
701
  },
546
702
  THB: {
547
703
  label: "Thai Baht",
548
- symbol: "THB"
704
+ symbol: "THB",
705
+ fractionDigits: 2
549
706
  },
550
707
  TJS: {
551
708
  label: "Tajikistani Somoni",
552
- symbol: "сом."
709
+ symbol: "сом.",
710
+ fractionDigits: 2
553
711
  },
554
712
  TND: {
555
713
  label: "Tunisian Dinar",
556
- symbol: "د.ت.‏"
714
+ symbol: "د.ت.‏",
715
+ fractionDigits: 3
557
716
  },
558
717
  TOP: {
559
718
  label: "Tongan Paʻanga",
560
- symbol: "T$"
719
+ symbol: "T$",
720
+ fractionDigits: 2
561
721
  },
562
722
  TRY: {
563
723
  label: "Turkish Lira",
564
- symbol: "₺"
724
+ symbol: "₺",
725
+ fractionDigits: 2
726
+ },
727
+ TRY0: {
728
+ label: "Turkish Lira - Non ISO (0 decimals)",
729
+ symbol: "₺",
730
+ fractionDigits: 0
565
731
  },
566
732
  TTD: {
567
733
  label: "Trinidad & Tobago Dollar",
568
- symbol: "$"
734
+ symbol: "$",
735
+ fractionDigits: 2
569
736
  },
570
737
  TWD: {
571
738
  label: "New Taiwan Dollar",
572
- symbol: "$"
739
+ symbol: "$",
740
+ fractionDigits: 2
741
+ },
742
+ TWD0: {
743
+ label: "New Taiwan Dollar - Non ISO (0 decimals)",
744
+ symbol: "$",
745
+ fractionDigits: 0
573
746
  },
574
747
  TZS: {
575
748
  label: "Tanzanian Shilling",
576
- symbol: "TSh"
749
+ symbol: "TSh",
750
+ fractionDigits: 0
577
751
  },
578
752
  UAH: {
579
753
  label: "Ukrainian Hryvnia",
580
- symbol: "₴"
754
+ symbol: "₴",
755
+ fractionDigits: 2
581
756
  },
582
757
  UGX: {
583
758
  label: "Ugandan Shilling",
584
- symbol: "USh"
759
+ symbol: "USh",
760
+ fractionDigits: 0
585
761
  },
586
762
  USD: {
587
763
  label: "US Dollar",
588
- symbol: "$"
764
+ symbol: "$",
765
+ fractionDigits: 2
589
766
  },
590
767
  USN: {
591
768
  label: "US Dollar (Next day)",
592
- symbol: "USN"
769
+ symbol: "USN",
770
+ fractionDigits: 2
593
771
  },
594
772
  UYI: {
595
773
  label: "Uruguayan Peso (Indexed Units)",
596
- symbol: "UYI"
774
+ symbol: "UYI",
775
+ fractionDigits: 0
597
776
  },
598
777
  UYU: {
599
778
  label: "Uruguayan Peso",
600
- symbol: "$"
779
+ symbol: "$",
780
+ fractionDigits: 2
601
781
  },
602
782
  UZS: {
603
783
  label: "Uzbekistani Som",
604
- symbol: "сўм"
784
+ symbol: "сўм",
785
+ fractionDigits: 0
605
786
  },
606
787
  VEF: {
607
788
  label: "Venezuelan Bolívar (2008–2018)",
608
- symbol: "Bs."
789
+ symbol: "Bs.",
790
+ fractionDigits: 2
609
791
  },
610
792
  VND: {
611
793
  label: "Vietnamese Dong",
612
- symbol: "₫"
794
+ symbol: "₫",
795
+ fractionDigits: 0
613
796
  },
614
797
  VUV: {
615
798
  label: "Vanuatu Vatu",
616
- symbol: "VT"
799
+ symbol: "VT",
800
+ fractionDigits: 0
617
801
  },
618
802
  WST: {
619
803
  label: "Samoan Tala",
620
- symbol: "WS$"
804
+ symbol: "WS$",
805
+ fractionDigits: 2
621
806
  },
622
807
  XAF: {
623
808
  label: "Central African CFA Franc",
624
- symbol: "FCFA"
809
+ symbol: "FCFA",
810
+ fractionDigits: 0
625
811
  },
626
812
  XCD: {
627
813
  label: "East Caribbean Dollar",
628
- symbol: "$"
814
+ symbol: "$",
815
+ fractionDigits: 2
629
816
  },
630
817
  XOF: {
631
818
  label: "West African CFA Franc",
632
- symbol: "CFA"
819
+ symbol: "CFA",
820
+ fractionDigits: 0
633
821
  },
634
822
  XPF: {
635
823
  label: "CFP Franc",
636
- symbol: "FCFP"
824
+ symbol: "FCFP",
825
+ fractionDigits: 0
637
826
  },
638
827
  YER: {
639
828
  label: "Yemeni Rial",
640
- symbol: "ر.ي.‏"
829
+ symbol: "ر.ي.‏",
830
+ fractionDigits: 0
641
831
  },
642
832
  ZAR: {
643
833
  label: "South African Rand",
644
- symbol: "R"
834
+ symbol: "R",
835
+ fractionDigits: 2
645
836
  },
646
837
  ZMW: {
647
838
  label: "Zambian Kwacha",
648
- symbol: "K"
839
+ symbol: "K",
840
+ fractionDigits: 2
649
841
  }
650
842
  };
651
843