mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 08:21:13 +00:00
added missing currency symbols to subscription formatter
This commit is contained in:
parent
aaaf28f916
commit
7ec0264fe2
1 changed files with 8 additions and 1 deletions
|
@ -6,7 +6,14 @@ currenySymbols =
|
|||
EUR: "€"
|
||||
USD: "$"
|
||||
GBP: "£"
|
||||
|
||||
SEK: "kr"
|
||||
CAD: "$"
|
||||
NOK: "kr"
|
||||
DKK: "kr"
|
||||
AUD: "$"
|
||||
NZD: "$"
|
||||
CHF: "Fr"
|
||||
SGD: "$"
|
||||
|
||||
|
||||
module.exports =
|
||||
|
|
Loading…
Reference in a new issue