From faccc034dd58586ec4131798f8e336fde09cf71b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 10 Dec 2018 15:09:23 +0200 Subject: [PATCH] Added HTG and ZMW currencies --- database/seeds/CurrenciesSeeder.php | 2 ++ resources/lang/en/texts.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/database/seeds/CurrenciesSeeder.php b/database/seeds/CurrenciesSeeder.php index e6c02dc0f..b2e477cec 100644 --- a/database/seeds/CurrenciesSeeder.php +++ b/database/seeds/CurrenciesSeeder.php @@ -92,6 +92,8 @@ class CurrenciesSeeder extends Seeder ['name' => 'Moroccan Dirham', 'code' => 'MAD', 'symbol' => 'MAD ', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], ['name' => 'Jamaican Dollar', 'code' => 'JMD', 'symbol' => '$', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], ['name' => 'Angolan Kwanza', 'code' => 'AOA', 'symbol' => 'Kz', 'precision' => '2', 'thousand_separator' => '.', 'decimal_separator' => ','], + ['name' => 'Haitian Gourde', 'code' => 'HTG', 'symbol' => 'G', 'precision' => '2', 'thousand_separator' => ',', 'decimal_separator' => '.'], + ['name' => 'Zambian Kwacha', 'code' => 'ZMW', 'symbol' => 'ZK', '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 43119c5c8..20d10b0f9 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2443,6 +2443,8 @@ $LANG = array( 'currency_moroccan_dirham' => 'Moroccan Dirham', 'currency_jamaican_dollar' => 'Jamaican Dollar', 'currency_angolan_kwanza' => 'Angolan Kwanza', + 'currency_haitian_gourde' => 'Haitian Gourde', + 'currency_zambian_kwacha' => 'Zambian Kwacha', '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',