mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Added Macedonian Denar currency (#736)
* Add Macedonian Denar currency * Typo fix * Swap currency symbol
This commit is contained in:
@ -575,6 +575,15 @@ class CurrenciesTableSeeder extends Seeder
|
|||||||
'thousand_separator' => ',',
|
'thousand_separator' => ',',
|
||||||
'decimal_separator' => '.',
|
'decimal_separator' => '.',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'name' => 'Macedonian Denar',
|
||||||
|
'code' => 'MKD',
|
||||||
|
'symbol' => 'ден',
|
||||||
|
'precision' => '0',
|
||||||
|
'thousand_separator' => '.',
|
||||||
|
'decimal_separator' => ',',
|
||||||
|
'swap_currency_symbol' => true,
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user