Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #58 from dineshdb/patch-1
Browse files Browse the repository at this point in the history
Add Nepali Currency definition
  • Loading branch information
mikemurray authored Oct 20, 2020
2 parents 3747255 + 27e45dd commit 88f4639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/CurrencyDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,10 @@ export default {
format: "%s%v",
symbol: "₦"
},
NPR: {
format: "%s %v",
symbol: "रू"
},
PHP: {
format: "%s %v",
symbol: "PHP"
Expand Down

0 comments on commit 88f4639

Please sign in to comment.