File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1651
1651
'thousands_separator ' => ', ' ,
1652
1652
],
1653
1653
1654
+ // This currency is no longer used. It will be removed soon.
1654
1655
'VEF ' => [
1655
1656
'name ' => 'Bolivar ' ,
1656
1657
'code ' => 937 ,
1662
1663
'thousands_separator ' => '. ' ,
1663
1664
],
1664
1665
1666
+ 'VES ' => [
1667
+ 'name ' => 'Bolívar Soberano ' ,
1668
+ 'code ' => 928 ,
1669
+ 'precision ' => 2 ,
1670
+ 'subunit ' => 100 ,
1671
+ 'symbol ' => 'Bs S ' ,
1672
+ 'symbol_first ' => true ,
1673
+ 'decimal_mark ' => ', ' ,
1674
+ 'thousands_separator ' => '. ' ,
1675
+ ],
1676
+
1677
+ 'VED ' => [
1678
+ 'name ' => 'Dijital Bolívar ' ,
1679
+ 'code ' => 926 ,
1680
+ 'precision ' => 2 ,
1681
+ 'subunit ' => 100 ,
1682
+ 'symbol ' => 'Bs D ' ,
1683
+ 'symbol_first ' => true ,
1684
+ 'decimal_mark ' => ', ' ,
1685
+ 'thousands_separator ' => '. ' ,
1686
+ ],
1687
+
1665
1688
'VND ' => [
1666
1689
'name ' => 'Dong ' ,
1667
1690
'code ' => 704 ,
You can’t perform that action at this time.
0 commit comments