We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c590095 commit f78e35cCopy full SHA for f78e35c
data/currencies/pen.json
@@ -7,7 +7,7 @@
7
"subunit_to_unit": 100,
8
"symbol_first": true,
9
"html_entity": "S/",
10
- "decimal_mark": ".",
11
- "thousands_separator": ",",
+ "decimal_mark": ",",
+ "thousands_separator": ".",
12
"smallest_denomination": 1
13
}
0 commit comments