From 02ebad14b227b891ff33ecba01815f6ea8a2fc4d Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 20 Aug 2020 14:33:09 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Norwegian=20Bokm=C3=A5l=20translation=20(?= =?UTF-8?q?#330)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Norwegian translation * Fixes a typo Co-authored-by: Marius --- i18n/no.toml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 i18n/no.toml diff --git a/i18n/no.toml b/i18n/no.toml new file mode 100644 index 0000000..9628634 --- /dev/null +++ b/i18n/no.toml @@ -0,0 +1,35 @@ +[more] +other = "Mer" + +[allTitle] +other = "Alle {{.Title }}" + +[recentTitle] +other = "Nyeste {{.Title }}" + +[readMore] +other = "Les mer" + +[whatsInThis] +other = "Innhold av {{ .Type }}" + +[related] +other = "Relaterte" + +[yourName] +other = "Ditt navn" + +[emailAddress] +other = "E-postadresse" + +[message] +other = "beskjed" + +[emailRequiredNote] +other = "E-postadresse er påkrevd" + +[send] +other = "Sende" + +[taxonomyPageList] +other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”" \ No newline at end of file