-
Notifications
You must be signed in to change notification settings - Fork 0
/
overrides.json5
79 lines (76 loc) · 1.3 KB
/
overrides.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
// This file contains manually entered overrides to
// be applied after the automated service completes,
// each list is in alphabetical order by their code.
{
// if the item is found it will be updated,
// otherwise it will be added
add:
[
],
// if the item is found it will be updated,
// otherwise it will be ignored
update:
[
{
code: "AMD",
symbol: "֏",
},
{
code: "BAM",
shortName: "Convertible Mark",
},
{
code: "BDT",
symbol: "৳",
},
{
code: "CUC",
shortName: "Convertible Peso",
symbol: "$",
},
{
code: "GEL",
symbol: "₾",
},
{
code: "ILS",
shortName: "New Sheqel",
},
{
code: "INR",
symbol: "₹",
},
{
code: "PEN",
name: "Peruvian Sol",
},
{
code: "SSP",
symbol: "£",
},
{
code: "SVC",
decimals: 2,
symbol: "₡",
},
{
code: "TRY",
symbol: "₺",
},
{
code: "XAF",
name: "Central African CFA franc",
shortName: "CFA franc",
},
{
code: "XOF",
name: "West African CFA franc",
shortName: "CFA franc",
},
],
// if the item is found it will be removed,
// otherwise it will be ignored
remove:
[
]
}