Skip to content

Commit

Permalink
Merge pull request RubyMoney#1023 from niallwingham/niallwingham/add-…
Browse files Browse the repository at this point in the history
…sle-currency

Add new SLE currency
  • Loading branch information
semmons99 authored Dec 21, 2022
2 parents a0dda58 + 68f6e14 commit e5a10c9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions config/currency_iso.json
Original file line number Diff line number Diff line change
Expand Up @@ -1999,11 +1999,28 @@
"iso_numeric": "703",
"smallest_denomination": 50
},
"sle": {
"priority": 100,
"iso_code": "SLE",
"name": "New Leone",
"symbol": "Le",
"alternate_symbols": [],
"subunit": "Cent",
"subunit_to_unit": 100,
"symbol_first": false,
"format": "%n %u",
"html_entity": "",
"decimal_mark": ".",
"thousands_separator": ",",
"iso_numeric": "925",
"smallest_denomination": 1000
},
"sll": {
"priority": 100,
"iso_code": "SLL",
"name": "Sierra Leonean Leone",
"symbol": "Le",
"disambiguate_symbol": "SLL",
"alternate_symbols": [],
"subunit": "Cent",
"subunit_to_unit": 100,
Expand Down

0 comments on commit e5a10c9

Please sign in to comment.