From bba24e0bbd721bfc7378623ebd2de411953556d6 Mon Sep 17 00:00:00 2001
From: a1x42 <github@rohde76.de>
Date: Wed, 18 Mar 2020 18:10:38 +0000
Subject: [PATCH] Slovak translation (#276)

---
 i18n/sk.toml |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/i18n/sk.toml b/i18n/sk.toml
new file mode 100644
index 0000000..7fd4d23
--- /dev/null
+++ b/i18n/sk.toml
@@ -0,0 +1,24 @@
+[category]
+other = "kategória"
+
+[tag]
+other = "téma"
+
+[series]
+other = "diel"
+
+[reading_time]
+one = "Prečítate si za minútu"
+other = "Prečítate si do {{ .Count }} minút"
+
+[page_not_found]
+other = "Stránka nebola nájdená"
+
+[page_does_not_exist]
+other = "Prepáčte, ale táto stránka neexistuje."
+
+[head_back]
+other = "Späť na <a href=\"{{ . }}\">domácu stránku</a>."
+
+[powered_by]
+other = "Táto stránka bola vytvorená cez"

--
Gitblit v1.10.0