Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Commit 0041c27

Browse files
authored
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.
1 parent f621d3a commit 0041c27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/internal/core/currencies/currencies.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@
623623
"symbol": "C$",
624624
"name": "Nicaraguan Córdoba"
625625
},
626+
{
627+
"code": "NOK",
628+
"local": "Norway",
629+
"symbol": "kr",
630+
"name": "Norwegian Krone"
631+
},
626632
{
627633
"code": "UAH",
628634
"local": "Ukraine",

0 commit comments

Comments
 (0)