Skip to content

Commit

Permalink
Add currency Lao Kip
Browse files Browse the repository at this point in the history
  • Loading branch information
dnfrolov committed Jul 13, 2016
1 parent b369eaa commit 9ac661b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/currency.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,15 @@ var currencies = {
"code": "KZT",
"name_plural": "Kazakhstani tenges"
},
"LAK": {
"symbol": "₭",
"name": "Lao kip",
"symbol_native": "ກີບ",
"decimal_digits": 0,
"rounding": 0,
"code": "LAK",
"name_plural": "Lao kips"
},
"LBP": {
"symbol": "LB£",
"name": "Lebanese Pound",
Expand Down

0 comments on commit 9ac661b

Please sign in to comment.