added currency icon

This commit is contained in:
vedatakdogan 2020-12-01 11:45:57 +03:00
parent 1108dd7f12
commit f7130b0a23

View File

@ -42,7 +42,7 @@ return [
'USD' => [ 'USD' => [
'name' => 'US Dollar', 'name' => 'US Dollar',
'direction' => 'ltr', 'direction' => 'ltr',
'symbol' => '', 'symbol' => '$',
'separator' => '.', 'separator' => '.',
'point' => ',', 'point' => ',',
'decimals' => 2, 'decimals' => 2,