From 02ebad14b227b891ff33ecba01815f6ea8a2fc4d Mon Sep 17 00:00:00 2001
From: Marius <xaner4@users.noreply.github.com>
Date: Thu, 20 Aug 2020 12:33:09 +0000
Subject: [PATCH] Add Norwegian Bokmål translation (#330)
---
i18n/no.toml | 35 +++++++++++++++++++++++++++++++++++
1 files changed, 35 insertions(+), 0 deletions(-)
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
--
Gitblit v1.10.0