From dd58c2f3e860a66f83f8d1a1a2520e976d4b2369 Mon Sep 17 00:00:00 2001
From: theninth <thenajnth@gmail.com>
Date: Tue, 17 Sep 2019 17:02:54 +0000
Subject: [PATCH] Add swedish translation (#208)
---
i18n/sv.toml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/i18n/sv.toml b/i18n/sv.toml
new file mode 100644
index 0000000..db050a4
--- /dev/null
+++ b/i18n/sv.toml
@@ -0,0 +1,32 @@
+[more]
+other = "Mer"
+
+[allTitle]
+other = "Alla {{.Title }}"
+
+[recentTitle]
+other = "Senaste {{.Title }}"
+
+[readMore]
+other = "läs mer"
+
+[whatsInThis]
+other = "Innehåll i {{ .Type }}"
+
+[related]
+other = "Relaterad"
+
+[yourName]
+other = "Ditt namn"
+
+[emailAddress]
+other = "E-postadress"
+
+[message]
+other = "Meddelande"
+
+[emailRequiredNote]
+other = "En e-postadress krävs."
+
+[send]
+other = "Skicka"
--
Gitblit v1.10.0