Skip to content

Commit 193fcc9

Browse files
authored
Merge pull request #89 from Stichoza/patch-1
Set Georgian Lari unicode character instead of letter L
2 parents f273bd6 + 6856da8 commit 193fcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/money.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@
556556
'code' => 981,
557557
'precision' => 2,
558558
'subunit' => 100,
559-
'symbol' => '',
560-
'symbol_first' => false,
559+
'symbol' => '',
560+
'symbol_first' => true,
561561
'decimal_mark' => '.',
562562
'thousands_separator' => ',',
563563
],

0 commit comments

Comments
 (0)