Skip to content

Commit

Permalink
Adds Nepali Rupee as currency (#675)
Browse files Browse the repository at this point in the history
Co-authored-by: Ayush Jha <ayush.jha@wmcglobal.com>
  • Loading branch information
ayys and ayys-lingo committed Jan 18, 2022
1 parent dc7282d commit 323b7d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions database/seeders/CurrenciesTableSeeder.php
Expand Up @@ -106,6 +106,14 @@ public function run()
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Nepali Rupee',
'code' => 'NPR',
'symbol' => 'रू',
'precision' => '2',
'thousand_separator' => ',',
'decimal_separator' => '.',
],
[
'name' => 'Indian Rupee',
'code' => 'INR',
Expand Down

0 comments on commit 323b7d8

Please sign in to comment.