Skip to content

Commit

Permalink
Fix currency symbol for KZT (Kazakhstani Tenge) (#52)
Browse files Browse the repository at this point in the history
The currency symbol for Kazakhstani tenge is incorrect
  • Loading branch information
carmelc committed Jan 23, 2021
1 parent 4360fa2 commit 67a5c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports = {
'KRW': '₩',
'KWD': 'KD',
'KYD': '$',
'KZT': 'лв',
'KZT': '',
'LAK': '₭',
'LBP': '£',
'LKR': '₨',
Expand Down

0 comments on commit 67a5c20

Please sign in to comment.