Merge pull request #76 from prashantbhardwaj/master

Hindi language added in langFlags and translations also added for hindi.
This commit is contained in:
Djordje Atlialp 2019-11-08 09:34:20 +01:00 committed by GitHub
commit aa3654293c
2 changed files with 38 additions and 1 deletions

View File

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

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 }} शब्द"