Skip to content

Commit 5f4d862

Browse files
committed
add recent ruby money changes - XPF currency symbol, ARS symbol
1 parent 8dbaaba commit 5f4d862

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conf/currency_iso.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
"iso_code": "ARS",
101101
"name": "Argentine Peso",
102102
"symbol": "$",
103-
"disambiguate_symbol": "$m/n",
104-
"alternate_symbols": ["$m/n", "m$n"],
103+
"disambiguate_symbol": "AR$",
104+
"alternate_symbols": ["AR$"],
105105
"subunit": "Centavo",
106106
"subunit_to_unit": 100,
107107
"symbol_first": true,
@@ -2624,7 +2624,7 @@
26242624
"priority": 100,
26252625
"iso_code": "XPF",
26262626
"name": "Cfp Franc",
2627-
"symbol": "Fr",
2627+
"symbol": "",
26282628
"alternate_symbols": ["F"],
26292629
"subunit": "Centime",
26302630
"subunit_to_unit": 1,

0 commit comments

Comments
 (0)