From 79d5f656f0e6789de42ba5e34b9f7437a52ba81f Mon Sep 17 00:00:00 2001 From: Rajiv Singh Date: Wed, 28 Oct 2020 01:52:08 +0530 Subject: [PATCH] Added missing i18n strings in hi.toml (#454) * Update hi.toml * Update hi.toml --- i18n/hi.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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 @@ other = "टैग" [series] other = "श्रृंखला" +[author] +other = "लेखक" + [reading_time] one = "एक पढ़ने का समय" other = "{{ .Count }} पढ़ने का समय" @@ -22,3 +25,9 @@ other = "आप वापस आ सकते हैं म [powered_by] other = "द्वारा संचालित" + +[see_also] +other = "यह भी देखें" + +[posts] +other = "सामग्री"