This commit is contained in:
James Cole 2020-01-13 16:55:41 +01:00
parent 534f4de520
commit 94bb3f43ed
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 3 additions and 1 deletions

View File

@ -13,3 +13,5 @@ ru_RU
hu_HU
el_GR
sv_SE
zh-hans_CN
zh-hant_CN

View File

@ -60,7 +60,7 @@ class TransactionCurrencySeeder extends Seeder
// asian currencies
$currencies[] = ['code' => 'JPY', 'name' => 'Japanese yen', 'symbol' => '¥', 'decimal_places' => 2];
$currencies[] = ['code' => 'RMB', 'name' => 'Chinese yuan', 'symbol' => '', 'decimal_places' => 2];
$currencies[] = ['code' => 'RMB', 'name' => 'Chinese yuan', 'symbol' => '¥', 'decimal_places' => 2];
$currencies[] = ['code' => 'RUB', 'name' => 'Russian ruble ', 'symbol' => '₽', 'decimal_places' => 2];
$currencies[] = ['code' => 'INR', 'name' => 'Indian rupee', 'symbol' => '₹', 'decimal_places' => 2];