mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-21 08:05:43 +00:00
Add currency "norwegian krones" (#836)
* add: norwegian kroner Adding the currency of norwegian krones back into the file. There was an earlier commit where this seems to have dropped of the table. * fix: using the correct terms for the currency.
This commit is contained in:
parent
f621d3ad5d
commit
0041c277ad
1 changed files with 6 additions and 0 deletions
|
@ -623,6 +623,12 @@
|
|||
"symbol": "C$",
|
||||
"name": "Nicaraguan Córdoba"
|
||||
},
|
||||
{
|
||||
"code": "NOK",
|
||||
"local": "Norway",
|
||||
"symbol": "kr",
|
||||
"name": "Norwegian Krone"
|
||||
},
|
||||
{
|
||||
"code": "UAH",
|
||||
"local": "Ukraine",
|
||||
|
|
Loading…
Reference in a new issue