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

Commit

Permalink
Add currency "norwegian krones" (#836)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Spreadcat authored Mar 12, 2024
1 parent f621d3a commit 0041c27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions backend/internal/core/currencies/currencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,12 @@
"symbol": "C$",
"name": "Nicaraguan Córdoba"
},
{
"code": "NOK",
"local": "Norway",
"symbol": "kr",
"name": "Norwegian Krone"
},
{
"code": "UAH",
"local": "Ukraine",
Expand Down

0 comments on commit 0041c27

Please sign in to comment.