Added HTG and ZMW currencies
This commit is contained in:
parent
3ffdf1c765
commit
faccc034dd
2 changed files with 4 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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.<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