From bc77c4da68a2ff98992ab3417fde669e8af68af8 Mon Sep 17 00:00:00 2001
From: Mustafa Dur <mustafa_dur@hotmail.com>
Date: Tue, 01 Oct 2019 13:03:51 +0000
Subject: [PATCH] Turkish translation (#218)
---
i18n/tr.toml | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..0d0f431
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,24 @@
+[category]
+other = "kategori"
+
+[tag]
+other = "tag"
+
+[series]
+other = "dizi"
+
+[reading_time]
+one = "Bir dakikalık okuma"
+other = "{{ .Count }} dakikalık okuma"
+
+[page_not_found]
+other = "Sayfa Bulunamadı"
+
+[page_does_not_exist]
+other = "Özür dileriz, böyle bir sayfa yok."
+
+[head_back]
+other = "<a href=\"{{ . }}\">Ana sayfaya</a> dönebilirsiniz."
+
+[powered_by]
+other = "Site program altyapısı"
--
Gitblit v1.10.0