From 74d5e4137ae97f0c97ba188b8fa3d0730d444269 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 13 Jan 2019 11:34:17 +0200 Subject: [PATCH] Added XPF 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 ff2bf48ae..2a3d358c8 100644 --- a/database/seeds/CurrenciesSeeder.php +++ b/database/seeds/CurrenciesSeeder.php @@ -95,6 +95,7 @@ class CurrenciesSeeder extends Seeder ['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' => '.'], ['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 ]; foreach ($currencies as $currency) { diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 0c458221b..a0039929f 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2447,6 +2447,7 @@ $LANG = array( 'currency_haitian_gourde' => 'Haitian Gourde', 'currency_zambian_kwacha' => 'Zambian Kwacha', 'currency_nepalese_rupee' => 'Nepalese Rupee', + 'currency_cfp_franc' => 'CFP Franc', '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',