fixed AUD thousands separator
This commit is contained in:
parent
2dd2612af0
commit
a35da4337b
|
|
@ -87,7 +87,7 @@ return [
|
|||
'symbol' => '$',
|
||||
'symbol_first' => true,
|
||||
'decimal_mark' => '.',
|
||||
'thousands_separator' => ',',
|
||||
'thousands_separator' => ' ',
|
||||
],
|
||||
|
||||
'AWG' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue