added missing currency symbols to subscription formatter

This commit is contained in:
Henry Oswald 2015-01-07 16:51:05 +00:00
parent aaaf28f916
commit 7ec0264fe2

View file

@ -6,7 +6,14 @@ currenySymbols =
EUR: "" EUR: ""
USD: "$" USD: "$"
GBP: "£" GBP: "£"
SEK: "kr"
CAD: "$"
NOK: "kr"
DKK: "kr"
AUD: "$"
NZD: "$"
CHF: "Fr"
SGD: "$"
module.exports = module.exports =