Test Failed
Push — develop ( 8c4ab6...01d1e5 )
by Remco
04:15
created

resources/currencies.php (1 issue)

Labels
Severity
1
<?php
2
/**
3
 * Currencies
4
 *
5
 * @author    Pronamic <[email protected]>
6
 * @copyright 2005-2021 Pronamic
7
 * @license   GPL-3.0-or-later
8
 * @package   Pronamic\WordPress\Money
9
 */
10
11
namespace Pronamic\WordPress\Money;
12
13
/**
14
 * Currencies
15
 *
16
 * @link https://github.com/moneyphp/money/blob/v3.1.3/src/Currencies/ISOCurrencies.php#L90-L102
17
 * @link https://github.com/moneyphp/money/blob/v3.1.3/resources/currency.php
18
 *
19
 * @author Remco Tolsma
20
 * @version 1.2.2
21
 */
22
return array(
23
	new Currency(
24
		'AED',
25
		'784',
26
		__( 'UAE Dirham', 'pronamic-money' ),
27
		'د.إ',
28
		2
29
	),
30
	new Currency(
31
		'AFN',
32
		'971',
33
		__( 'Afghan Afghani', 'pronamic-money' ),
34
		'؋',
35
		2
36
	),
37
	new Currency(
38
		'ALL',
39
		'008',
40
		__( 'Albanian Lek', 'pronamic-money' ),
41
		'L',
42
		2
43
	),
44
	new Currency(
45
		'AMD',
46
		'051',
47
		__( 'Armenian Dram', 'pronamic-money' ),
48
		'֏',
49
		2
50
	),
51
	new Currency(
52
		'ANG',
53
		'532',
54
		__( 'Netherlands Antillean Guilder', 'pronamic-money' ),
55
		'ƒ',
56
		2
57
	),
58
	new Currency(
59
		'AOA',
60
		'973',
61
		__( 'Angolan Kwanza', 'pronamic-money' ),
62
		'Kz',
63
		2
64
	),
65
	new Currency(
66
		'ARS',
67
		'032',
68
		__( 'Argentine Peso', 'pronamic-money' ),
69
		'$',
70
		2
71
	),
72
	new Currency(
73
		'AUD',
74
		'036',
75
		__( 'Australian Dollar', 'pronamic-money' ),
76
		'$',
77
		2
78
	),
79
	new Currency(
80
		'AWG',
81
		'533',
82
		__( 'Aruban Florin', 'pronamic-money' ),
83
		'ƒ',
84
		2
85
	),
86
	new Currency(
87
		'AZN',
88
		'944',
89
		__( 'Azerbaijan Manat', 'pronamic-money' ),
90
		'₼',
91
		2
92
	),
93
	new Currency(
94
		'BAM',
95
		'977',
96
		__( 'Bosnia and Herzegovina Convertible Mark', 'pronamic-money' ),
97
		'KM',
98
		2
99
	),
100
	new Currency(
101
		'BBD',
102
		'052',
103
		__( 'Barbados Dollar', 'pronamic-money' ),
104
		'$',
105
		2
106
	),
107
	new Currency(
108
		'BDT',
109
		'050',
110
		__( 'Bangladeshi Taka', 'pronamic-money' ),
111
		'৳',
112
		2
113
	),
114
	new Currency(
115
		'BGN',
116
		'975',
117
		__( 'Bulgarian Lev', 'pronamic-money' ),
118
		'лв.',
119
		2
120
	),
121
	new Currency(
122
		'BHD',
123
		'048',
124
		__( 'Bahraini Dinar', 'pronamic-money' ),
125
		'.د.ب',
126
		3
127
	),
128
	new Currency(
129
		'BIF',
130
		'108',
131
		__( 'Burundian Franc', 'pronamic-money' ),
132
		'FBu',
133
		0
134
	),
135
	new Currency(
136
		'BMD',
137
		'060',
138
		__( 'Bermudian Dollar', 'pronamic-money' ),
139
		'$',
140
		2
141
	),
142
	new Currency(
143
		'BND',
144
		'096',
145
		__( 'Brunei Dollar', 'pronamic-money' ),
146
		'$',
147
		2
148
	),
149
	new Currency(
150
		'BOB',
151
		'068',
152
		__( 'Bolíviano', 'pronamic-money' ),
153
		'$b',
154
		2
155
	),
156
	new Currency(
157
		'BOV',
158
		'984',
159
		__( 'Bolivian Mvdol', 'pronamic-money' ),
160
		null,
161
		2
162
	),
163
	new Currency(
164
		'BRL',
165
		'986',
166
		__( 'Brazilian Real', 'pronamic-money' ),
167
		'R$',
168
		2
169
	),
170
	new Currency(
171
		'BSD',
172
		'044',
173
		__( 'Bahamian Dollar', 'pronamic-money' ),
174
		'$',
175
		2
176
	),
177
	new Currency(
178
		'BTN',
179
		'064',
180
		__( 'Bhutanese Ngultrum', 'pronamic-money' ),
181
		'Nu.',
182
		2
183
	),
184
	new Currency(
185
		'BWP',
186
		'072',
187
		__( 'Botswana Pula', 'pronamic-money' ),
188
		'P',
189
		2
190
	),
191
	new Currency(
192
		'BYN',
193
		'933',
194
		__( 'Belarusian Ruble', 'pronamic-money' ),
195
		'Br',
196
		2
197
	),
198
	new Currency(
199
		'BZD',
200
		'084',
201
		__( 'Belize Dollar', 'pronamic-money' ),
202
		'$',
203
		2
204
	),
205
	new Currency(
206
		'CAD',
207
		'124',
208
		__( 'Canadian Dollar', 'pronamic-money' ),
209
		'$',
210
		2
211
	),
212
	new Currency(
213
		'CDF',
214
		'976',
215
		__( 'Congolese Franc', 'pronamic-money' ),
216
		'F',
217
		2
218
	),
219
	new Currency(
220
		'CHE',
221
		'947',
222
		__( 'WIR Euro', 'pronamic-money' ),
223
		'€',
224
		2
225
	),
226
	new Currency(
227
		'CHF',
228
		'756',
229
		__( 'Swiss Franc', 'pronamic-money' ),
230
		'F',
231
		2
232
	),
233
	new Currency(
234
		'CHW',
235
		'948',
236
		__( 'WIR Franc', 'pronamic-money' ),
237
		'F',
238
		2
239
	),
240
	new Currency(
241
		'CLF',
242
		'990',
243
		__( 'Unidad de Fomento', 'pronamic-money' ),
244
		'UF',
245
		4
246
	),
247
	new Currency(
248
		'CLP',
249
		'152',
250
		__( 'Chilean Peso', 'pronamic-money' ),
251
		'$',
252
		0
253
	),
254
	new Currency(
255
		'CNY',
256
		'156',
257
		__( 'Renminbi Yuan', 'pronamic-money' ),
258
		'元',
259
		2
260
	),
261
	new Currency(
262
		'COP',
263
		'170',
264
		__( 'Colombian Peso', 'pronamic-money' ),
265
		'$',
266
		2
267
	),
268
	new Currency(
269
		'COU',
270
		'970',
271
		__( 'Unidad de Valor Real', 'pronamic-money' ),
272
		'$',
273
		2
274
	),
275
	new Currency(
276
		'CRC',
277
		'188',
278
		__( 'Costa Rican Colon', 'pronamic-money' ),
279
		'₡',
280
		2
281
	),
282
	new Currency(
283
		'CUC',
284
		'931',
285
		__( 'Cuban Convertible Peso', 'pronamic-money' ),
286
		'$',
287
		2
288
	),
289
	new Currency(
290
		'CUP',
291
		'192',
292
		__( 'Cuban Peso', 'pronamic-money' ),
293
		'$',
294
		2
295
	),
296
	new Currency(
297
		'CVE',
298
		'132',
299
		__( 'Cape Verde Escudo', 'pronamic-money' ),
300
		'Esc',
301
		2
302
	),
303
	new Currency(
304
		'CZK',
305
		'203',
306
		__( 'Czech Koruna', 'pronamic-money' ),
307
		'Kč',
308
		2
309
	),
310
	new Currency(
311
		'DJF',
312
		'262',
313
		__( 'Djiboutian Franc', 'pronamic-money' ),
314
		'F',
315
		0
316
	),
317
	new Currency(
318
		'DKK',
319
		'208',
320
		__( 'Danish Krone', 'pronamic-money' ),
321
		'kr',
322
		2
323
	),
324
	new Currency(
325
		'DOP',
326
		'214',
327
		__( 'Dominican Peso', 'pronamic-money' ),
328
		'$',
329
		2
330
	),
331
	new Currency(
332
		'DZD',
333
		'012',
334
		__( 'Algerian Dinar', 'pronamic-money' ),
335
		'دج',
336
		2
337
	),
338
	new Currency(
339
		'EGP',
340
		'818',
341
		__( 'Egyptian Pound', 'pronamic-money' ),
342
		'£',
343
		2
344
	),
345
	new Currency(
346
		'ERN',
347
		'232',
348
		__( 'Eritrean Nakfa', 'pronamic-money' ),
349
		'Nfk',
350
		2
351
	),
352
	new Currency(
353
		'ETB',
354
		'230',
355
		__( 'Ethiopian Birr', 'pronamic-money' ),
356
		'Br',
357
		2
358
	),
359
	new Currency(
360
		'EUR',
361
		'978',
362
		__( 'Euro', 'pronamic-money' ),
363
		'€',
364
		2
365
	),
366
	new Currency(
367
		'FJD',
368
		'242',
369
		__( 'Fiji Dollar', 'pronamic-money' ),
370
		'$',
371
		2
372
	),
373
	new Currency(
374
		'FKP',
375
		'238',
376
		__( 'Falkland Islands Pound', 'pronamic-money' ),
377
		'£',
378
		2
379
	),
380
	new Currency(
381
		'GBP',
382
		'826',
383
		__( 'Pound Sterling', 'pronamic-money' ),
384
		'£',
385
		2
386
	),
387
	new Currency(
388
		'GEL',
389
		'981',
390
		__( 'Georgian Lari', 'pronamic-money' ),
391
		'ლ',
392
		2
393
	),
394
	new Currency(
395
		'GHS',
396
		'936',
397
		__( 'Ghanaian Cedi', 'pronamic-money' ),
398
		'GH₵',
399
		2
400
	),
401
	new Currency(
402
		'GIP',
403
		'292',
404
		__( 'Gibraltar Pound', 'pronamic-money' ),
405
		'£',
406
		2
407
	),
408
	new Currency(
409
		'GMD',
410
		'270',
411
		__( 'Gambian Dalasi', 'pronamic-money' ),
412
		'D',
413
		2
414
	),
415
	new Currency(
416
		'GNF',
417
		'324',
418
		__( 'Guinean Franc', 'pronamic-money' ),
419
		'F',
420
		0
421
	),
422
	new Currency(
423
		'GTQ',
424
		'320',
425
		__( 'Guatemalan Quetzal', 'pronamic-money' ),
426
		'Q',
427
		2
428
	),
429
	new Currency(
430
		'GYD',
431
		'328',
432
		__( 'Guyanese Dollar', 'pronamic-money' ),
433
		'$',
434
		2
435
	),
436
	new Currency(
437
		'HKD',
438
		'344',
439
		__( 'Hong Kong Dollar', 'pronamic-money' ),
440
		'$',
441
		2
442
	),
443
	new Currency(
444
		'HNL',
445
		'340',
446
		__( 'Honduran Lempira', 'pronamic-money' ),
447
		'L',
448
		2
449
	),
450
	new Currency(
451
		'HRK',
452
		'191',
453
		__( 'Croatian Kuna', 'pronamic-money' ),
454
		'kn',
455
		2
456
	),
457
	new Currency(
458
		'HTG',
459
		'332',
460
		__( 'Haitian Gourde', 'pronamic-money' ),
461
		'G',
462
		2
463
	),
464
	new Currency(
465
		'HUF',
466
		'348',
467
		__( 'Hungarian Forint', 'pronamic-money' ),
468
		'Ft',
469
		2
470
	),
471
	new Currency(
472
		'IDR',
473
		'360',
474
		__( 'Indonesian Rupiah', 'pronamic-money' ),
475
		'Rp',
476
		2
477
	),
478
	new Currency(
479
		'ILS',
480
		'376',
481
		__( 'Israeli New Sheqel', 'pronamic-money' ),
482
		'₪',
483
		2
484
	),
485
	new Currency(
486
		'INR',
487
		'356',
488
		__( 'Indian Rupee', 'pronamic-money' ),
489
		'₹',
490
		2
491
	),
492
	new Currency(
493
		'IQD',
494
		'368',
495
		__( 'Iraqi Dinar', 'pronamic-money' ),
496
		'د.ع',
497
		3
498
	),
499
	new Currency(
500
		'IRR',
501
		'364',
502
		__( 'Iranian Rial', 'pronamic-money' ),
503
		'﷼',
504
		2
505
	),
506
	new Currency(
507
		'ISK',
508
		'352',
509
		__( 'Icelandic Króna', 'pronamic-money' ),
510
		'kr',
511
		0
512
	),
513
	new Currency(
514
		'JMD',
515
		'388',
516
		__( 'Jamaican Dollar', 'pronamic-money' ),
517
		'$',
518
		2
519
	),
520
	new Currency(
521
		'JOD',
522
		'400',
523
		__( 'Jordanian Dinar', 'pronamic-money' ),
524
		'JD',
525
		3
526
	),
527
	new Currency(
528
		'JPY',
529
		'392',
530
		__( 'Japanese Yen', 'pronamic-money' ),
531
		'¥',
532
		0
533
	),
534
	new Currency(
535
		'KES',
536
		'404',
537
		__( 'Kenyan Shilling', 'pronamic-money' ),
538
		'Ksh',
539
		2
540
	),
541
	new Currency(
542
		'KGS',
543
		'417',
544
		__( 'Kyrgyzstani Som', 'pronamic-money' ),
545
		'С̲',
546
		2
547
	),
548
	new Currency(
549
		'KHR',
550
		'116',
551
		__( 'Cambodian Riel', 'pronamic-money' ),
552
		'៛',
553
		2
554
	),
555
	new Currency(
556
		'KMF',
557
		'174',
558
		__( 'Comorian Franc ', 'pronamic-money' ),
559
		'F',
560
		0
561
	),
562
	new Currency(
563
		'KPW',
564
		'408',
565
		__( 'North Korean Won', 'pronamic-money' ),
566
		'₩',
567
		2
568
	),
569
	new Currency(
570
		'KRW',
571
		'410',
572
		__( 'South Korean Won', 'pronamic-money' ),
573
		'₩',
574
		0
575
	),
576
	new Currency(
577
		'KWD',
578
		'414',
579
		__( 'Kuwaiti Dinar', 'pronamic-money' ),
580
		'د.ك',
581
		3
582
	),
583
	new Currency(
584
		'KYD',
585
		'136',
586
		__( 'Cayman Islands Dollar', 'pronamic-money' ),
587
		'$',
588
		2
589
	),
590
	new Currency(
591
		'KZT',
592
		'398',
593
		__( 'Kazakhstani Tenge', 'pronamic-money' ),
594
		'₸',
595
		2
596
	),
597
	new Currency(
598
		'LAK',
599
		'418',
600
		__( 'Lao Kip', 'pronamic-money' ),
601
		'₭',
602
		2
603
	),
604
	new Currency(
605
		'LBP',
606
		'422',
607
		__( 'Lebanese Pound', 'pronamic-money' ),
608
		'LL',
609
		2
610
	),
611
	new Currency(
612
		'LKR',
613
		'144',
614
		__( 'Sri Lankan Rupee', 'pronamic-money' ),
615
		'₨',
616
		2
617
	),
618
	new Currency(
619
		'LRD',
620
		'430',
621
		__( 'Liberian Dollar', 'pronamic-money' ),
622
		'$',
623
		2
624
	),
625
	new Currency(
626
		'LSL',
627
		'426',
628
		__( 'Lesotho Loti', 'pronamic-money' ),
629
		2,
630
		/**
631
		 * Symbol based on plural form "maloti". The one-loti note employs the symbol L.
632
		 *
633
		 * @link https://en.wikipedia.org/wiki/Currency_symbol#List_of_currency_symbols_currently_in_use
634
		 */
635
		'M'
0 ignored issues
show
'M' of type string is incompatible with the type integer expected by parameter $number_decimals of Pronamic\WordPress\Money\Currency::__construct(). ( Ignorable by Annotation )

If this is a false-positive, you can also ignore this issue in your code via the ignore-type  annotation

635
		/** @scrutinizer ignore-type */ 'M'
Loading history...
636
	),
637
	new Currency(
638
		'LYD',
639
		'434',
640
		__( 'Libyan Dinar', 'pronamic-money' ),
641
		'ل.د',
642
		3
643
	),
644
	new Currency(
645
		'MAD',
646
		'504',
647
		__( 'Moroccan Dirham', 'pronamic-money' ),
648
		'د.م.',
649
		2
650
	),
651
	new Currency(
652
		'MDL',
653
		'498',
654
		__( 'Moldovan Leu', 'pronamic-money' ),
655
		'L',
656
		2
657
	),
658
	new Currency(
659
		'MGA',
660
		'969',
661
		__( 'Malagasy Ariary', 'pronamic-money' ),
662
		'Ar',
663
		2
664
	),
665
	new Currency(
666
		'MKD',
667
		'807',
668
		__( 'Macedonian Denar', 'pronamic-money' ),
669
		'ден',
670
		2
671
	),
672
	new Currency(
673
		'MMK',
674
		'104',
675
		__( 'Myanmar Kyat', 'pronamic-money' ),
676
		'K',
677
		2
678
	),
679
	new Currency(
680
		'MNT',
681
		'496',
682
		__( 'Mongolian Tögrög', 'pronamic-money' ),
683
		'₮',
684
		2
685
	),
686
	new Currency(
687
		'MOP',
688
		'446',
689
		__( 'Macanese Pataca', 'pronamic-money' ),
690
		'MOP$',
691
		2
692
	),
693
	new Currency(
694
		'MRO',
695
		'478',
696
		__( 'Mauritanian Ouguiya', 'pronamic-money' ),
697
		'UM',
698
		2
699
	),
700
	new Currency(
701
		'MUR',
702
		'480',
703
		__( 'Mauritian Rupee', 'pronamic-money' ),
704
		'₨',
705
		2
706
	),
707
	new Currency(
708
		'MVR',
709
		'462',
710
		__( 'Maldivian Rufiyaa', 'pronamic-money' ),
711
		'Rf.',
712
		2
713
	),
714
	new Currency(
715
		'MWK',
716
		'454',
717
		__( 'Malawian Kwacha', 'pronamic-money' ),
718
		'K',
719
		2
720
	),
721
	new Currency(
722
		'MXN',
723
		'484',
724
		__( 'Mexican Peso', 'pronamic-money' ),
725
		'$',
726
		2
727
	),
728
	new Currency(
729
		'MXV',
730
		'979',
731
		__( 'Mexican Unidad de Inversion (UDI)', 'pronamic-money' ),
732
		'UDI',
733
		2
734
	),
735
	new Currency(
736
		'MYR',
737
		'458',
738
		__( 'Malaysian Ringgit', 'pronamic-money' ),
739
		'RM',
740
		2
741
	),
742
	new Currency(
743
		'MZN',
744
		'943',
745
		__( 'Mozambican Metical', 'pronamic-money' ),
746
		'MT',
747
		2
748
	),
749
	new Currency(
750
		'NAD',
751
		'516',
752
		__( 'Namibian Dollar', 'pronamic-money' ),
753
		'$',
754
		2
755
	),
756
	new Currency(
757
		'NGN',
758
		'566',
759
		__( 'Nigerian Naira', 'pronamic-money' ),
760
		'₦',
761
		2
762
	),
763
	new Currency(
764
		'NIO',
765
		'558',
766
		__( 'Nicaraguan Córdoba', 'pronamic-money' ),
767
		'C$',
768
		2
769
	),
770
	new Currency(
771
		'NLG',
772
		null,
773
		__( 'Gulden', 'pronamic-money' ),
774
		'G',
775
		4
776
	),
777
	new Currency(
778
		'NOK',
779
		'578',
780
		__( 'Norwegian Krone', 'pronamic-money' ),
781
		'kr',
782
		2
783
	),
784
	new Currency(
785
		'NPR',
786
		'524',
787
		__( 'Nepalese Rupee', 'pronamic-money' ),
788
		'₨',
789
		2
790
	),
791
	new Currency(
792
		'NZD',
793
		'554',
794
		__( 'New Zealand Dollar', 'pronamic-money' ),
795
		'$',
796
		2
797
	),
798
	new Currency(
799
		'OMR',
800
		'512',
801
		__( 'Omani Rial', 'pronamic-money' ),
802
		'ر.ع.',
803
		3
804
	),
805
	new Currency(
806
		'PAB',
807
		'590',
808
		__( 'Panamanian Balboa', 'pronamic-money' ),
809
		'B/.',
810
		2
811
	),
812
	new Currency(
813
		'PEN',
814
		'604',
815
		__( 'Peruvian Sol', 'pronamic-money' ),
816
		'S/',
817
		2
818
	),
819
	new Currency(
820
		'PGK',
821
		'598',
822
		__( 'Papua New Guinean Kina', 'pronamic-money' ),
823
		'K',
824
		2
825
	),
826
	new Currency(
827
		'PHP',
828
		'608',
829
		__( 'Philippine Peso', 'pronamic-money' ),
830
		'₱',
831
		2
832
	),
833
	new Currency(
834
		'PKR',
835
		'586',
836
		__( 'Pakistani Rupee', 'pronamic-money' ),
837
		'₨',
838
		2
839
	),
840
	new Currency(
841
		'PLN',
842
		'985',
843
		__( 'Polish Zloty', 'pronamic-money' ),
844
		'zł',
845
		2
846
	),
847
	new Currency(
848
		'PYG',
849
		'600',
850
		__( 'Paraguayan Guaraní', 'pronamic-money' ),
851
		'₲',
852
		0
853
	),
854
	new Currency(
855
		'QAR',
856
		'634',
857
		__( 'Qatari Rial', 'pronamic-money' ),
858
		'ر.ق',
859
		2
860
	),
861
	new Currency(
862
		'RON',
863
		'946',
864
		__( 'Romanian Leu', 'pronamic-money' ),
865
		'L',
866
		2
867
	),
868
	new Currency(
869
		'RSD',
870
		'941',
871
		__( 'Serbian Dinar', 'pronamic-money' ),
872
		'дин',
873
		2
874
	),
875
	new Currency(
876
		'RUB',
877
		'643',
878
		__( 'Russian Ruble', 'pronamic-money' ),
879
		'₽',
880
		2
881
	),
882
	new Currency(
883
		'RWF',
884
		'646',
885
		__( 'Rwandan Franc', 'pronamic-money' ),
886
		'FRw',
887
		0
888
	),
889
	new Currency(
890
		'SAR',
891
		'682',
892
		__( 'Saudi Riyal', 'pronamic-money' ),
893
		'ر.س',
894
		2
895
	),
896
	new Currency(
897
		'SBD',
898
		'090',
899
		__( 'Solomon Islands Dollar', 'pronamic-money' ),
900
		'$',
901
		2
902
	),
903
	new Currency(
904
		'SCR',
905
		'690',
906
		__( 'Seychelles Rupee', 'pronamic-money' ),
907
		'SRe',
908
		2
909
	),
910
	new Currency(
911
		'SDG',
912
		'938',
913
		__( 'Sudanese Pound', 'pronamic-money' ),
914
		'ج.س',
915
		2
916
	),
917
	new Currency(
918
		'SEK',
919
		'752',
920
		__( 'Swedish Krona', 'pronamic-money' ),
921
		'kr',
922
		2
923
	),
924
	new Currency(
925
		'SGD',
926
		'702',
927
		__( 'Singapore Dollar', 'pronamic-money' ),
928
		'$',
929
		2
930
	),
931
	new Currency(
932
		'SHP',
933
		'654',
934
		__( 'Saint Helena Pound', 'pronamic-money' ),
935
		'£',
936
		2
937
	),
938
	new Currency(
939
		'SLL',
940
		'694',
941
		__( 'Sierra Leonean Leone', 'pronamic-money' ),
942
		'Le',
943
		2
944
	),
945
	new Currency(
946
		'SOS',
947
		'706',
948
		__( 'Somali Shilling', 'pronamic-money' ),
949
		'Sh.So.',
950
		2
951
	),
952
	new Currency(
953
		'SRD',
954
		'968',
955
		__( 'Surinamese Dollar', 'pronamic-money' ),
956
		'$',
957
		2
958
	),
959
	new Currency(
960
		'SSP',
961
		'728',
962
		__( 'South Sudanese Pound', 'pronamic-money' ),
963
		'SS£',
964
		2
965
	),
966
	new Currency(
967
		'STD',
968
		'678',
969
		__( 'São Tomé and Príncipe Dobra', 'pronamic-money' ),
970
		'Db',
971
		2
972
	),
973
	new Currency(
974
		'SVC',
975
		'222',
976
		__( 'Salvadoran Colon', 'pronamic-money' ),
977
		'₡',
978
		2
979
	),
980
	new Currency(
981
		'SYP',
982
		'760',
983
		__( 'Syrian Pound', 'pronamic-money' ),
984
		'£',
985
		2
986
	),
987
	new Currency(
988
		'SZL',
989
		'748',
990
		__( 'Swazi Lilangeni', 'pronamic-money' ),
991
		2,
992
		/**
993
		 * Symbol based on the plural form "emalangeni" However the one-lilageni note employs the currency symbol L.
994
		 *
995
		 * @link https://en.wikipedia.org/wiki/Currency_symbol#List_of_currency_symbols_currently_in_use
996
		 */
997
		'E'
998
	),
999
	new Currency(
1000
		'THB',
1001
		'764',
1002
		__( 'Thai Baht', 'pronamic-money' ),
1003
		'฿',
1004
		2
1005
	),
1006
	new Currency(
1007
		'TJS',
1008
		'972',
1009
		__( 'Tajikistani Somoni', 'pronamic-money' ),
1010
		'SM',
1011
		2
1012
	),
1013
	new Currency(
1014
		'TMT',
1015
		'934',
1016
		__( 'Turkmenistan Manat', 'pronamic-money' ),
1017
		'T',
1018
		2
1019
	),
1020
	new Currency(
1021
		'TND',
1022
		'788',
1023
		__( 'Tunisian Dinar', 'pronamic-money' ),
1024
		'د.ت',
1025
		3
1026
	),
1027
	new Currency(
1028
		'TOP',
1029
		'776',
1030
		__( 'Tongan Pa’anga', 'pronamic-money' ),
1031
		'T$',
1032
		2
1033
	),
1034
	new Currency(
1035
		'TRY',
1036
		'949',
1037
		__( 'Turkish Lira', 'pronamic-money' ),
1038
		'₺',
1039
		2
1040
	),
1041
	new Currency(
1042
		'TTD',
1043
		'780',
1044
		__( 'Trinidad and Tobago Dollar', 'pronamic-money' ),
1045
		'$',
1046
		2
1047
	),
1048
	new Currency(
1049
		'TWD',
1050
		'901',
1051
		__( 'New Taiwan Dollar', 'pronamic-money' ),
1052
		'$',
1053
		2
1054
	),
1055
	new Currency(
1056
		'TZS',
1057
		'834',
1058
		__( 'Tanzanian Shilling', 'pronamic-money' ),
1059
		'Tsh',
1060
		2
1061
	),
1062
	new Currency(
1063
		'UAH',
1064
		'980',
1065
		__( 'Ukrainian Hryvnia', 'pronamic-money' ),
1066
		'₴',
1067
		2
1068
	),
1069
	new Currency(
1070
		'UGX',
1071
		'800',
1072
		__( 'Ugandan Shilling', 'pronamic-money' ),
1073
		'USh',
1074
		0
1075
	),
1076
	new Currency(
1077
		'USD',
1078
		'840',
1079
		__( 'US Dollar', 'pronamic-money' ),
1080
		'$',
1081
		2
1082
	),
1083
	new Currency(
1084
		'USN',
1085
		'997',
1086
		__( 'US Dollar (Next day)', 'pronamic-money' ),
1087
		'$',
1088
		2
1089
	),
1090
	new Currency(
1091
		'UYI',
1092
		'940',
1093
		__( 'Uruguay Peso en Unidades Indexadas (URUIURUI)', 'pronamic-money' ),
1094
		'$',
1095
		0
1096
	),
1097
	new Currency(
1098
		'UYU',
1099
		'858',
1100
		__( 'Uruguayan Peso', 'pronamic-money' ),
1101
		'$',
1102
		2
1103
	),
1104
	new Currency(
1105
		'UYW',
1106
		'927',
1107
		__( 'Unidad Previsional', 'pronamic-money' ),
1108
		null,
1109
		4
1110
	),
1111
	new Currency(
1112
		'UZS',
1113
		'860',
1114
		__( 'Uzbekistan Som', 'pronamic-money' ),
1115
		'лв',
1116
		2
1117
	),
1118
	new Currency(
1119
		'VES',
1120
		'928',
1121
		__( 'Venezuelan Bolívar Soberano', 'pronamic-money' ),
1122
		'Bs.S.',
1123
		2
1124
	),
1125
	new Currency(
1126
		'VND',
1127
		'704',
1128
		__( 'Vietnamese Dồng', 'pronamic-money' ),
1129
		'₫',
1130
		0
1131
	),
1132
	new Currency(
1133
		'VUV',
1134
		'548',
1135
		__( 'Vanuatu Vatu', 'pronamic-money' ),
1136
		'VT',
1137
		0
1138
	),
1139
	new Currency(
1140
		'WST',
1141
		'882',
1142
		__( 'Samoan Tala', 'pronamic-money' ),
1143
		'WS$',
1144
		2
1145
	),
1146
	new Currency(
1147
		'XAF',
1148
		'950',
1149
		__( 'CFA Franc BEAC', 'pronamic-money' ),
1150
		'FCFA',
1151
		0
1152
	),
1153
	new Currency(
1154
		'XAG',
1155
		'961',
1156
		__( 'Silver', 'pronamic-money' ),
1157
		'Ag oz t.',
1158
		0
1159
	),
1160
	new Currency(
1161
		'XAU',
1162
		'959',
1163
		__( 'Gold', 'pronamic-money' ),
1164
		'Au oz t.',
1165
		0
1166
	),
1167
	new Currency(
1168
		'XBA',
1169
		'955',
1170
		__( 'Bond Markets Unit European Composite Unit (EURCO)', 'pronamic-money' ),
1171
		null,
1172
		0
1173
	),
1174
	new Currency(
1175
		'XBB',
1176
		'956',
1177
		__( 'Bond Markets Unit European Monetary Unit (E.M.U.-6)', 'pronamic-money' ),
1178
		null,
1179
		0
1180
	),
1181
	new Currency(
1182
		'XBC',
1183
		'957',
1184
		__( 'Bond Markets Unit European Unit of Account 9 (E.U.A.-9)', 'pronamic-money' ),
1185
		null,
1186
		0
1187
	),
1188
	new Currency(
1189
		'XBD',
1190
		'958',
1191
		__( 'Bond Markets Unit European Unit of Account 17 (E.U.A.-17)', 'pronamic-money' ),
1192
		null,
1193
		0
1194
	),
1195
	new Currency(
1196
		'XCD',
1197
		'951',
1198
		__( 'East Caribbean Dollar', 'pronamic-money' ),
1199
		'$',
1200
		2
1201
	),
1202
	new Currency(
1203
		'XDR',
1204
		'960',
1205
		__( 'SDR (Special Drawing Right)', 'pronamic-money' ),
1206
		'SDR',
1207
		0
1208
	),
1209
	new Currency(
1210
		'XOF',
1211
		'952',
1212
		__( 'CFA Franc BCEAO', 'pronamic-money' ),
1213
		'CFA',
1214
		0
1215
	),
1216
	new Currency(
1217
		'XPD',
1218
		'964',
1219
		__( 'Palladium', 'pronamic-money' ),
1220
		'Pd oz t.',
1221
		0
1222
	),
1223
	new Currency(
1224
		'XPF',
1225
		'953',
1226
		__( 'CFP Franc', 'pronamic-money' ),
1227
		'F',
1228
		0
1229
	),
1230
	new Currency(
1231
		'XPT',
1232
		'962',
1233
		__( 'Platinum', 'pronamic-money' ),
1234
		'Pt oz t.',
1235
		0
1236
	),
1237
	new Currency(
1238
		'XSU',
1239
		'994',
1240
		__( 'Sucre', 'pronamic-money' ),
1241
		'Sucre',
1242
		0
1243
	),
1244
	new Currency(
1245
		'XTS',
1246
		'963',
1247
		__( 'Code reserved for testing', 'pronamic-money' ),
1248
		null,
1249
		0
1250
	),
1251
	new Currency(
1252
		'XUA',
1253
		'965',
1254
		__( 'ADB Unit of Account', 'pronamic-money' ),
1255
		null,
1256
		0
1257
	),
1258
	new Currency(
1259
		'XXX',
1260
		'999',
1261
		__( 'No currency', 'pronamic-money' ),
1262
		null,
1263
		0
1264
	),
1265
	new Currency(
1266
		'YER',
1267
		'886',
1268
		__( 'Yemeni Rial', 'pronamic-money' ),
1269
		'ر.ي',
1270
		2
1271
	),
1272
	new Currency(
1273
		'ZAR',
1274
		'710',
1275
		__( 'South African Rand', 'pronamic-money' ),
1276
		'R',
1277
		2
1278
	),
1279
	new Currency(
1280
		'ZMW',
1281
		'967',
1282
		__( 'Zambian Kwacha', 'pronamic-money' ),
1283
		'K',
1284
		2
1285
	),
1286
	new Currency(
1287
		'ZWL',
1288
		'932',
1289
		__( 'Zimbabwean Dollar', 'pronamic-money' ),
1290
		'$',
1291
		2
1292
	),
1293
);
1294