From 7e67caa62614fbd239cc4278812525ed4de42806 Mon Sep 17 00:00:00 2001 From: Stig Helgeland Date: Thu, 18 May 2023 22:25:01 +0200 Subject: [PATCH] fix: in Norwegian translation use imperative form 'Send', consistent capitalization of 'Beskjed' --- i18n/no.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/no.toml b/i18n/no.toml index 40b2aca..c695c14 100644 --- a/i18n/no.toml +++ b/i18n/no.toml @@ -26,16 +26,16 @@ other = "Ditt navn" other = "E-postadresse" [message] -other = "beskjed" +other = "Beskjed" [emailRequiredNote] other = "E-postadresse er påkrevd" [send] -other = "Sende" +other = "Send" [taxonomyPageList] other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" [pageTitle] -other = "{{ .Name }} side" \ No newline at end of file +other = "{{ .Name }} side"