Hindi language added in langFlags and translations also added for hindi.
This commit is contained in:
parent
20810b2afd
commit
9e5753f16f
2 changed files with 38 additions and 1 deletions
|
@ -3,4 +3,5 @@ en: gb
|
||||||
fr: fr
|
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