From 79d5f656f0e6789de42ba5e34b9f7437a52ba81f Mon Sep 17 00:00:00 2001
From: Rajiv Singh <rajivperfect007@gmail.com>
Date: Tue, 27 Oct 2020 20:22:08 +0000
Subject: [PATCH] Added missing i18n strings in hi.toml (#454)
---
i18n/hi.toml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/i18n/hi.toml b/i18n/hi.toml
index 5f25212..9dc3f33 100644
--- a/i18n/hi.toml
+++ b/i18n/hi.toml
@@ -7,6 +7,9 @@
[series]
other = "श्रृंखला"
+[author]
+other = "लेखक"
+
[reading_time]
one = "एक पढ़ने का समय"
other = "{{ .Count }} पढ़ने का समय"
@@ -22,3 +25,9 @@
[powered_by]
other = "द्वारा संचालित"
+
+[see_also]
+other = "यह भी देखें"
+
+[posts]
+other = "सामग्री"
--
Gitblit v1.10.0