Merge remote-tracking branch 'theme/master' into msf/update-from-upstream

* theme/master:
  Hindi language added in langFlags and translations also added for hindi.
This commit is contained in:
Harsh Shandilya 2019-11-11 00:46:40 +05:30
commit 16ee4e55c5
2 changed files with 38 additions and 1 deletions

36
i18n/hi.toml Normal file
View File

@ -0,0 +1,36 @@
# Translations for Hindi
# https://gohugo.io/content-management/multilingual/#translation-of-strings
# Generic
#
[translations]
other = "अनुवाद"
[postAvailable]
other = "पढ़ें इस भाषा में"
# 404.html
#
[archives]
other = "पुरालेख"
[home]
other = "घर"
[notFound]
other = "क्षमा करें ! पेज़ नहीं मिला…"
# posts/single.html
#
[readingTime]
one = "एक मिनट"
other = "{{ .Count }} मिनट"
[tableOfContents]
other = "अनुक्रमणिका"
[wordCount]
one = "एक शब्द"
other = "{{ .Count }} शब्द"

View File

@ -3,4 +3,5 @@ en: gb
fr: fr
nl: nl
es: es
pt-br: br
pt-br: br
hi: in