Skip to content

Commit

Permalink
Merge pull request #89 from Stichoza/patch-1
Browse files Browse the repository at this point in the history
Set Georgian Lari unicode character instead of letter L
  • Loading branch information
denisdulici committed Jul 28, 2023
2 parents f273bd6 + 6856da8 commit 193fcc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/money.php
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@
'code' => 981,
'precision' => 2,
'subunit' => 100,
'symbol' => '',
'symbol_first' => false,
'symbol' => '',
'symbol_first' => true,
'decimal_mark' => '.',
'thousands_separator' => ',',
],
Expand Down

0 comments on commit 193fcc9

Please sign in to comment.