Skip to content

Commit

Permalink
fix: IDR currency (#4154)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatryoshX authored Apr 8, 2024
1 parent 97dc81a commit fa19a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions standard/currency_data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,9 @@ return {
},
idr = {
code = 'IDR',
name = 'Indonesian Rupee',
name = 'Indonesian rupiah',
symbol = {
hasSpace = true,
hasSpace = false,
isAfter = false,
text = 'Rp',
},
Expand Down

0 comments on commit fa19a1c

Please sign in to comment.