Bulgarian usage is like this: 1 234 567,89 Also see https://en.wikipedia.org/wiki/Decimal_separator
This commit is contained in:
		@@ -152,8 +152,8 @@ return [
 | 
				
			|||||||
        'subunit'             => 100,
 | 
					        'subunit'             => 100,
 | 
				
			||||||
        'symbol'              => 'лв',
 | 
					        'symbol'              => 'лв',
 | 
				
			||||||
        'symbol_first'        => false,
 | 
					        'symbol_first'        => false,
 | 
				
			||||||
        'decimal_mark'        => '.',
 | 
					        'decimal_mark'        => ',',
 | 
				
			||||||
        'thousands_separator' => ',',
 | 
					        'thousands_separator' => ' ',
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    'BHD' => [
 | 
					    'BHD' => [
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user