From 1cf2a1aac0293ecadccfaee3754f19cf376621a7 Mon Sep 17 00:00:00 2001
From: karasun0 <amirrj9rjr@gmail.com>
Date: Sat, 05 Sep 2020 18:47:46 +0000
Subject: [PATCH] Added fa.toml to i18n for Persian language support

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

diff --git a/i18n/fa.toml b/i18n/fa.toml
new file mode 100644
index 0000000..6af50b9
--- /dev/null
+++ b/i18n/fa.toml
@@ -0,0 +1,21 @@
+[category]
+other = "دسته‌بندی"
+
+[tag]
+other = "برچسب"
+
+[reading_time]
+one = "یک دقیقه زبان برای مطالعه"
+other = "{{ .Count }}-دقیقه زمان باقی مانده است"
+
+[page_not_found]
+other = "صفحه پیدا نشد"
+
+[page_does_not_exist]
+other = "با عرض معذرت، این صفحه موجود نمی‌باشد."
+
+[head_back]
+other = "شما می‌توانید برگردید به <a href=\"{{ . }}\">صفحه اصلی</a>."
+
+[comments]
+other = "نظرات"
\ No newline at end of file

--
Gitblit v1.10.0