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