Fix: Change currency fraction for Singapore from Sen to Cent (#16987)

This commit is contained in:
Byju Abraham 2022-05-25 15:14:31 +05:30 committed by GitHub
parent a2baaa8b01
commit 9ffb0db80c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2412,7 +2412,7 @@
"Singapore": {
"code": "sg",
"currency": "SGD",
"currency_fraction": "Sen",
"currency_fraction": "Cent",
"currency_fraction_units": 100,
"currency_name": "Singapore Dollar",
"currency_symbol": "$",