mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:51:11 +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: "€"
|
EUR: "€"
|
||||||
USD: "$"
|
USD: "$"
|
||||||
GBP: "£"
|
GBP: "£"
|
||||||
|
SEK: "kr"
|
||||||
|
CAD: "$"
|
||||||
|
NOK: "kr"
|
||||||
|
DKK: "kr"
|
||||||
|
AUD: "$"
|
||||||
|
NZD: "$"
|
||||||
|
CHF: "Fr"
|
||||||
|
SGD: "$"
|
||||||
|
|
||||||
|
|
||||||
module.exports =
|
module.exports =
|
||||||
|
|
Loading…
Reference in a new issue