Skip to content

Commit

Permalink
Correct ZAR decimal mark (,) and thousands separator (space)
Browse files Browse the repository at this point in the history
  • Loading branch information
elfassy committed Feb 14, 2025
1 parent 6af0b52 commit 15401d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/currency_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2586,8 +2586,8 @@ zar:
subunit_to_unit: 100
symbol_first: true
html_entity: "R"
decimal_mark: "."
thousands_separator: ","
decimal_mark: ","
thousands_separator: " "
iso_numeric: '710'
smallest_denomination: 10
zmk:
Expand Down

0 comments on commit 15401d7

Please sign in to comment.