From d969fe412b6068fbc59c7e9d34fa7cd16f118d66 Mon Sep 17 00:00:00 2001 From: Spreadcat Date: Mon, 4 Mar 2024 09:07:16 +0100 Subject: [PATCH] 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. --- backend/internal/core/currencies/currencies.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/backend/internal/core/currencies/currencies.json b/backend/internal/core/currencies/currencies.json index f6c6c75..18c26ed 100644 --- a/backend/internal/core/currencies/currencies.json +++ b/backend/internal/core/currencies/currencies.json @@ -623,6 +623,12 @@ "symbol": "C$", "name": "Nicaraguan Córdoba" }, + { + "code": "NOK", + "local": "Norge", + "symbol": "kr", + "name": "Norske kroner" + }, { "code": "UAH", "local": "Ukraine",