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 #79 from dileepab/trunk
Browse files Browse the repository at this point in the history
fix: add missing LKR currency
  • Loading branch information
Akarshit authored Jun 3, 2021
2 parents d61d487 + 5f0b7af commit 700bcee
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 @@ -304,6 +304,10 @@ export default {
symbol: "¥",
scale: 0
},
LKR: {
format: "%s%v",
symbol: "Rs. "
},
KWD: {
format: "%s%v",
symbol: "ك"
Expand Down

0 comments on commit 700bcee

Please sign in to comment.