From d788bcf6b1321e9316c539772a67671d715be851 Mon Sep 17 00:00:00 2001 From: Levan Velijanashvili Date: Thu, 27 Jul 2023 20:56:35 +0400 Subject: [PATCH] Set Georgian Lari unicode character instead of letter L --- config/money.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/money.php b/config/money.php index 6d07738..52ccf10 100644 --- a/config/money.php +++ b/config/money.php @@ -556,7 +556,7 @@ 'code' => 981, 'precision' => 2, 'subunit' => 100, - 'symbol' => 'ლ', + 'symbol' => '₾', 'symbol_first' => false, 'decimal_mark' => '.', 'thousands_separator' => ',',