From a3b92859f2e08632a712815ff2d206ecd4744647 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 25 Oct 2018 10:10:27 +0300 Subject: [PATCH] Added MAD currency --- database/seeds/CurrenciesSeeder.php | 1 + resources/lang/en/texts.php | 2 ++ 2 files changed, 3 insertions(+) diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php index 47b8f1992..6dfa5f88d 100644 --- a/database/seeds/CurrenciesSeeder.php +++ b/database/seeds/CurrenciesSeeder.php @@ -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) { diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 2ae38bde0..4b8a28a52 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -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.
If you\'d consider :link we\'d greatly appreciate it!', 'writing_a_review' => 'writing a review',