Fix currency formatting
This commit is contained in:
parent
8320a2adb2
commit
1988cddeb8
1 changed files with 8 additions and 0 deletions
|
|
@ -55,6 +55,10 @@ class CountriesSeeder extends Seeder
|
|||
'BG' => [ // Belgium
|
||||
'swap_currency_symbol' => true,
|
||||
],
|
||||
'CA' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'CH' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
|
@ -120,6 +124,10 @@ class CountriesSeeder extends Seeder
|
|||
'LU' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
'MT' => [
|
||||
'thousand_separator' => ',',
|
||||
'decimal_separator' => '.',
|
||||
],
|
||||
'MY' => [
|
||||
'swap_postal_code' => true,
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue