Added Macedonian Denar currency (#736)

* Add Macedonian Denar currency

* Typo fix

* Swap currency symbol
This commit is contained in:
stefanstojanov
2022-01-18 17:05:18 +01:00
committed by GitHub
parent 85836c3f9c
commit dc7282d6e9

View File

@ -575,6 +575,15 @@ class CurrenciesTableSeeder extends Seeder
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Macedonian Denar',
'code' => 'MKD',
'symbol' => 'ден',
'precision' => '0',
'thousand_separator' => '.',
'decimal_separator' => ',',
'swap_currency_symbol' => true,
],
];