Skip to content

Commit

Permalink
Merge pull request #6 from xoss/added-minor-value-xu
Browse files Browse the repository at this point in the history
Added 1 dong = 100 xu minor value
  • Loading branch information
wiredmax authored Mar 19, 2018
2 parents 83570b6 + 312a96c commit 43b0c77
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/vnd.json5
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,21 @@
"name": "dong",
"symbol": "₫"
},
// Offically, dong has two minor values, just like CNY
// 1 dong = 10 hao
// 1 dong = 100 xu
// Both are not being accepted in retail since 2004
// If at all, use xu instead of hao as the preferred minor value
"minor": {
"name": "Hào",
"name": "xu",
"symbol": "",
"majorValue": 0.01
}
"minor2": {
"name": "Hào",
"symbol": "",
"majorValue": 0.1
}
},
"banknotes": {
"frequent": [
Expand Down Expand Up @@ -46,4 +56,4 @@
]
}
}
}
}

0 comments on commit 43b0c77

Please sign in to comment.