We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbcf6ed commit 021f5e0Copy full SHA for 021f5e0
3 files changed
data/cleansed/currencies.json
@@ -137,7 +137,7 @@
137
{
138
"name": "Chilean Peso",
139
"iso_4217_3": "CLP",
140
- "number_decimals": 2
+ "number_decimals": 0
141
},
142
143
"name": "Colombian Peso",
@@ -719,4 +719,4 @@
719
"iso_4217_3": "ZMW",
720
"number_decimals": 2
721
}
722
-]
+]
data/final/currencies.json
@@ -256,7 +256,7 @@
256
257
258
259
- "number_decimals": 2,
+ "number_decimals": 0,
260
"symbols": {
261
"primary": "CLP",
262
"narrow": "$"
@@ -1353,4 +1353,4 @@
1353
1354
"default_locale": "en-ZM"
1355
1356
data/original/currencies.json
@@ -122,7 +122,7 @@
122
123
124
125
126
127
128
"iso_4217_3": "CNY",
0 commit comments