From b2faf30d428b37fb45025c08e3ef42eb2a3006f6 Mon Sep 17 00:00:00 2001
From: Kouros <40575217+KourosZanbouri@users.noreply.github.com>
Date: Sat, 26 Nov 2022 14:49:42 +0000
Subject: [PATCH] feat: added TR language (#401)

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

diff --git a/i18n/tr.toml b/i18n/tr.toml
new file mode 100644
index 0000000..5a1272f
--- /dev/null
+++ b/i18n/tr.toml
@@ -0,0 +1,52 @@
+[category]
+other = "Kategori"
+
+[tag]
+other = "Etiket"
+
+[reading_time]
+one = "Bir dakikalık okuma"
+other = "{{ .Count }}-dakikalık okuma"
+
+[old_content_warning]
+one = "Uyarı: Bu gönderi en fazla {{ .Count }} gün eski. Bilgiler eski olabilir."
+other = "Uyarı: Bu gönderi en fazla {{ .Count }} gün eski. Bilgiler eski olabilir."
+
+[page_not_found]
+other = "Sayfa bulunamadı"
+
+[page_does_not_exist]
+other = "Üzgünüz, bu sayfa mevcut değil."
+
+[head_back]
+other = "<a href=\"{{ . }}\">ana sayfaya</a> geri dönebilirsiniz."
+
+[comments]
+other = "Yorumlar"
+
+[send]
+other = "gönder"
+
+[read_more]
+other = "Devamını oku"
+
+[name]
+other = "Isim"
+
+[email]
+other = "e-posta"
+
+[message]
+other = "Mesaj" 
+
+[warning]
+other = "Uyarı"
+
+[info]
+other = "Bilgi"
+
+[update]
+other = "Güncelleme"
+
+[series_posts]
+other = "Bu serideki gönderiler"

--
Gitblit v1.10.0