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' => [
'name' => 'US Dollar',
'direction' => 'ltr',
'symbol' => '',
'symbol' => '$',
'separator' => '.',
'point' => ',',
'decimals' => 2,