From 0041c277ad408eb2a325067d95e8654ebd78dba5 Mon Sep 17 00:00:00 2001 From: Spreadcat Date: Tue, 12 Mar 2024 23:48:51 +0100 Subject: [PATCH] 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. --- 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..c7b2630 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": "Norway", + "symbol": "kr", + "name": "Norwegian Krone" + }, { "code": "UAH", "local": "Ukraine",