mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
added missing currency symbols to subscription formatter
This commit is contained in:
@@ -6,7 +6,14 @@ currenySymbols =
|
||||
EUR: "€"
|
||||
USD: "$"
|
||||
GBP: "£"
|
||||
|
||||
SEK: "kr"
|
||||
CAD: "$"
|
||||
NOK: "kr"
|
||||
DKK: "kr"
|
||||
AUD: "$"
|
||||
NZD: "$"
|
||||
CHF: "Fr"
|
||||
SGD: "$"
|
||||
|
||||
|
||||
module.exports =
|
||||
|
||||
Reference in New Issue
Block a user