update money config

This commit is contained in:
Cüneyt Şentürk 2021-10-04 18:52:23 +03:00
parent 6e9c3f9cb7
commit 24ac3b097c

View File

@ -26,7 +26,7 @@ return [
'ALL' => [ 'ALL' => [
'name' => 'Lek', 'name' => 'Lek',
'code' => 8 'code' => 8,
'precision' => 2, 'precision' => 2,
'subunit' => 100, 'subunit' => 100,
'symbol' => 'L', 'symbol' => 'L',
@ -646,7 +646,7 @@ return [
'precision' => 2, 'precision' => 2,
'subunit' => 100, 'subunit' => 100,
'symbol' => 'kn', 'symbol' => 'kn',
'symbol_first' => true, 'symbol_first' => false,
'decimal_mark' => ',', 'decimal_mark' => ',',
'thousands_separator' => '.', 'thousands_separator' => '.',
], ],
@ -1202,11 +1202,11 @@ return [
], ],
'PEN' => [ 'PEN' => [
'name' => 'Nuevo Sol', 'name' => 'Sol',
'code' => 604, 'code' => 604,
'precision' => 2, 'precision' => 2,
'subunit' => 100, 'subunit' => 100,
'symbol' => 'S/.', 'symbol' => 'S/',
'symbol_first' => true, 'symbol_first' => true,
'decimal_mark' => '.', 'decimal_mark' => '.',
'thousands_separator' => ',', 'thousands_separator' => ',',