added new currency
This commit is contained in:
parent
9214b5bfd5
commit
c4bccdb131
|
|
@ -1651,6 +1651,7 @@ return [
|
|||
'thousands_separator' => ',',
|
||||
],
|
||||
|
||||
// This currency is no longer used. It will be removed soon.
|
||||
'VEF' => [
|
||||
'name' => 'Bolivar',
|
||||
'code' => 937,
|
||||
|
|
@ -1662,6 +1663,28 @@ return [
|
|||
'thousands_separator' => '.',
|
||||
],
|
||||
|
||||
'VES' => [
|
||||
'name' => 'Bolívar Soberano',
|
||||
'code' => 928,
|
||||
'precision' => 2,
|
||||
'subunit' => 100,
|
||||
'symbol' => 'Bs S',
|
||||
'symbol_first' => true,
|
||||
'decimal_mark' => ',',
|
||||
'thousands_separator' => '.',
|
||||
],
|
||||
|
||||
'VED' => [
|
||||
'name' => 'Dijital Bolívar',
|
||||
'code' => 926,
|
||||
'precision' => 2,
|
||||
'subunit' => 100,
|
||||
'symbol' => 'Bs D',
|
||||
'symbol_first' => true,
|
||||
'decimal_mark' => ',',
|
||||
'thousands_separator' => '.',
|
||||
],
|
||||
|
||||
'VND' => [
|
||||
'name' => 'Dong',
|
||||
'code' => 704,
|
||||
|
|
|
|||
Loading…
Reference in New Issue