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