Merge pull request #76 from prashantbhardwaj/master
Hindi language added in langFlags and translations also added for hindi.
This commit is contained in:
commit
c5f4592cc3
2 changed files with 38 additions and 1 deletions
|
@ -4,3 +4,4 @@ fr: fr
|
||||||
nl: nl
|
nl: nl
|
||||||
es: es
|
es: es
|
||||||
pt-br: br
|
pt-br: br
|
||||||
|
hi: in
|
36
i18n/hi.toml
Normal file
36
i18n/hi.toml
Normal 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 }} शब्द"
|
Loading…
Add table
Add a link
Reference in a new issue