Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Unreleased

- Fix name for ANG currency
- Change disambiguate symbol for ARS from historical to international format

## 7.0.2

Expand Down
4 changes: 2 additions & 2 deletions config/currency_iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@
"iso_code": "ARS",
"name": "Argentine Peso",
"symbol": "$",
"disambiguate_symbol": "$m/n",
"alternate_symbols": ["$m/n", "m$n"],
"disambiguate_symbol": "AR$",
"alternate_symbols": ["AR$"],
"subunit": "Centavo",
"subunit_to_unit": 100,
"symbol_first": true,
Expand Down