From 3836c10c2d3b01639a76418736a969e2630704fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0lhan=20Suba=C5=9F=C4=B1?= Date: Wed, 25 Dec 2019 17:44:36 +0300 Subject: [PATCH] Bulgarian usage is like this: 1 234 567,89 Also see https://en.wikipedia.org/wiki/Decimal_separator --- config/money.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/money.php b/config/money.php index d5e337b5a..fdacd0f39 100644 --- a/config/money.php +++ b/config/money.php @@ -152,8 +152,8 @@ return [ 'subunit' => 100, 'symbol' => 'лв', 'symbol_first' => false, - 'decimal_mark' => '.', - 'thousands_separator' => ',', + 'decimal_mark' => ',', + 'thousands_separator' => ' ', ], 'BHD' => [