From 03edc9ddc84243ccf6ea4bf0c386f23a6c7b8f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20Chirico=20Indreb=C3=B8?= Date: Mon, 2 Oct 2023 15:18:39 +0200 Subject: [PATCH] Add 'N' to translation dictionary --- frontend/src/language/en.json | 3 ++- frontend/src/language/no.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/src/language/en.json b/frontend/src/language/en.json index 536e8c36b..db5ca0710 100644 --- a/frontend/src/language/en.json +++ b/frontend/src/language/en.json @@ -174,5 +174,6 @@ "Custom": "Custom", "Hours between inspections": "Hours between inspections", "Days between inspections": "Days between inspections", - "Confirm plant": "Confirm plant" + "Confirm plant": "Confirm plant", + "N": "N" } diff --git a/frontend/src/language/no.json b/frontend/src/language/no.json index c5b9415b3..59b5edfe8 100644 --- a/frontend/src/language/no.json +++ b/frontend/src/language/no.json @@ -174,5 +174,6 @@ "No planned inspection": "Ingen inspeksjon planlagt", "Hours between inspections": "Timer mellom inspeksjoner", "Days between inspections": "Dager mellom inspeksjoner", - "Confirm plant": "Bekreft anlegg" + "Confirm plant": "Bekreft anlegg", + "N": "N" }