added new currency

This commit is contained in:
Cihan Şentürk 2024-07-16 16:00:54 +03:00 committed by GitHub
parent 9214b5bfd5
commit c4bccdb131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 0 deletions

View File

@ -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,