From 1902fd8d9f7dddde92c58d691765204d2cd9ba4d Mon Sep 17 00:00:00 2001
From: Rajiv Ranjan Singh <rajivperfect007@gmail.com>
Date: Mon, 29 Jun 2020 13:24:30 +0000
Subject: [PATCH] Added Hindi Translation (#357)

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

diff --git a/i18n/hi.toml b/i18n/hi.toml
new file mode 100644
index 0000000..5f25212
--- /dev/null
+++ b/i18n/hi.toml
@@ -0,0 +1,24 @@
+[category]
+other = "श्रेणी"
+
+[tag]
+other = "टैग"
+
+[series]
+other = "श्रृंखला"
+
+[reading_time]
+one = "एक पढ़ने का समय"
+other = "{{ .Count }} पढ़ने का समय"
+
+[page_not_found]
+other = "पृष्ठ नहीं मिला"
+
+[page_does_not_exist]
+other = "क्षमा करें, यह पृष्ठ मौजूद नहीं है।"
+
+[head_back]
+other = "आप वापस आ सकते हैं <a href=\"{{ . }}\">मुखपृष्ठ</a>."
+
+[powered_by]
+other = "द्वारा संचालित"

--
Gitblit v1.10.0