Added MAD currency
This commit is contained in:
parent
29824dae7b
commit
a3b92859f2
2 changed files with 3 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ class CurrenciesSeeder extends Seeder
|
|||
['name' => 'Bahraini Dinar', 'code' => 'BHD', 'symbol' => 'BD ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
||||
['name' => 'Venezuelan Bolivars', 'code' => 'VES', 'symbol' => 'Bs.', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','],
|
||||
['name' => 'South Korean Won', 'code' => 'KRW', 'symbol' => 'W ', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','],
|
||||
['name' => 'Moroccan Dirham', 'code' => 'MAD', 'symbol' => 'MAD ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'],
|
||||
];
|
||||
|
||||
foreach ($currencies as $currency) {
|
||||
|
|
|
|||
|
|
@ -2439,6 +2439,8 @@ $LANG = array(
|
|||
'currency_surinamese_dollar' => 'Surinamese Dollar',
|
||||
'currency_bahraini_dinar' => 'Bahraini Dinar',
|
||||
'currency_venezuelan_bolivars' => 'Venezuelan Bolivars',
|
||||
'currency_south_korean_won' => 'South Korean Won',
|
||||
'currency_moroccan_dirham' => 'Moroccan Dirham',
|
||||
|
||||
'review_app_help' => 'We hope you\'re enjoying using the app.<br/>If you\'d consider :link we\'d greatly appreciate it!',
|
||||
'writing_a_review' => 'writing a review',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue