From 7e1b4df019236b9664a0e12c8df28a90141837e1 Mon Sep 17 00:00:00 2001 From: Marius Date: Thu, 20 Aug 2020 09:46:07 +0200 Subject: [PATCH] Add Norwegian translation --- 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..511c87a --- /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-postaddresse" + +[message] +other = "beskjed" + +[emailRequiredNote] +other = "E-postaddresse 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