Skip to content

Commit 9f2a2a2

Browse files
committed
Change South African Rand (ZAR) decimal mark and thousands separator
1 parent f78e35c commit 9f2a2a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/currencies/zar.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"subunit_to_unit": 100,
88
"symbol_first": true,
99
"html_entity": "R",
10-
"decimal_mark": ".",
11-
"thousands_separator": ",",
10+
"decimal_mark": ",",
11+
"thousands_separator": " ",
1212
"smallest_denomination": 10
1313
}

0 commit comments

Comments
 (0)