From 4ea29d886c324ab622085014b7cbab6b078d839b Mon Sep 17 00:00:00 2001 From: stigh Date: Tue, 21 Nov 2023 20:36:10 +0100 Subject: [PATCH] fix: in Norwegian translation use imperative form 'Send', consistent capitalization of 'Beskjed' (#639) --- 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"