#1566 change currency symbol & fix trans

This commit is contained in:
vedat@vebze.com 2020-06-09 10:48:16 +03:00
parent 6ed3456d7a
commit 6df9b45921
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ return [
'sort' => 'Tipi', 'sort' => 'Tipi',
'sort_by' => 'Rendit Sipas', 'sort_by' => 'Rendit Sipas',
'pick_option' => 'Zgjidh një mundësi', 'pick_option' => 'Zgjidh një mundësi',
'pick_ordering' => 'Merr Porosin', 'pick_ordering' => 'Renditje',
'price_high' => 'Cmimi i larte deri tek i uleti', 'price_high' => 'Cmimi i larte deri tek i uleti',
'price_low' => 'Cmimi i ulet deri tek i larte', 'price_low' => 'Cmimi i ulet deri tek i larte',
'newest' => 'Më të Rejat', 'newest' => 'Më të Rejat',

View File

@ -77,7 +77,7 @@ return [
'separator' => ',', 'separator' => ',',
'point' => '.', 'point' => '.',
'decimals' => 2, 'decimals' => 2,
'symbol' => 'L', 'symbol' => 'Leke',
], ],
'AMD' => [ 'AMD' => [
'name' => 'Armenian Dram', 'name' => 'Armenian Dram',