Skip to content

Commit e9258d3

Browse files
committed
Add new SLE currency
1 parent 776fa18 commit e9258d3

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

data/currencies/sle.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"iso_numeric": 925,
3+
"code": "SLE",
4+
"name": "New Leone",
5+
"symbol": "Le",
6+
"subunit": "Cent",
7+
"subunit_to_unit": 100,
8+
"symbol_first": false,
9+
"decimal_mark": ".",
10+
"thousands_separator": ",",
11+
"smallest_denomination": 1000
12+
}

data/currencies/sll.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"code": "SLL",
44
"name": "Sierra Leonean Leone",
55
"symbol": "Le",
6+
"disambiguate_symbol": "SLL",
67
"subunit": "Cent",
78
"subunit_to_unit": 100,
89
"symbol_first": false,

0 commit comments

Comments
 (0)