From 48c516ee4fe08c10ea6550537dc60f11bc43db11 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 16 Jan 2019 18:42:26 +0200 Subject: [PATCH] Add MUR currency --- database/seeds/CurrenciesSeeder.php | 1 + resources/lang/en/texts.php | 1 + 2 files changed, 2 insertions(+) diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php index 2a3d358c8..510ba9838 100644 --- a/database/seeds/CurrenciesSeeder.php +++ b/database/seeds/CurrenciesSeeder.php @@ -96,6 +96,7 @@ class CurrenciesSeeder extends Seeder ['name' => 'Zambian Kwacha', 'code' => 'ZMW', 'symbol' => 'ZK', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], ['name' => 'Nepalese Rupee', 'code' => 'NPR', 'symbol' => 'Rs. ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], ['name' => 'CFP Franc', 'code' => 'XPF', 'symbol' => '', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], // precision should be zero + ['name' => 'Mauritian Rupee', 'code' => 'MUR', 'symbol' => 'Rs', '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 21bbfaffe..f9e4ac08d 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2448,6 +2448,7 @@ $LANG = array( 'currency_zambian_kwacha' => 'Zambian Kwacha', 'currency_nepalese_rupee' => 'Nepalese Rupee', 'currency_cfp_franc' => 'CFP Franc', + 'currency_mauritian_rupee' => 'Mauritian Rupee', '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',