diff --git a/data/langFlags.yaml b/data/langFlags.yaml index bbdea3d..eb84c21 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -3,4 +3,5 @@ en: gb fr: fr nl: nl es: es -pt-br: br \ No newline at end of file +pt-br: br +hi: in \ No newline at end of file diff --git a/i18n/hi.toml b/i18n/hi.toml new file mode 100644 index 0000000..aa84bf9 --- /dev/null +++ b/i18n/hi.toml @@ -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 }} शब्द" \ No newline at end of file