Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarvottam Kumar <sarru1291@gmail.com>2021-01-08 20:30:20 +0300
committerGitHub <noreply@github.com>2021-01-08 20:30:20 +0300
commit182f492df2d67fef7d14d51a113622015b3522ef (patch)
tree5c1b70dd38d51415441bf692f2c115140b174b61
parentdd856ac3efdf668adc6a9b30ba9d8eeb5472604a (diff)
add hindi translation (#216)
-rw-r--r--i18n/hi.toml75
-rw-r--r--layouts/partials/helpers/country-code.html2
2 files changed, 77 insertions, 0 deletions
diff --git a/i18n/hi.toml b/i18n/hi.toml
new file mode 100644
index 0000000..6d504bd
--- /dev/null
+++ b/i18n/hi.toml
@@ -0,0 +1,75 @@
+# More documentation here: https://github.com/nicksnyder/go-i18n
+[home]
+other = "होम"
+
+[posts]
+other = "पोस्ट"
+
+[toc_heading]
+other = "विषयसूची"
+
+[at]
+other = "अन्य"
+
+[resume]
+other = "बायोडाटा"
+
+[navigation]
+other = "पथ प्रदर्शन"
+
+[contact_me]
+other = "मुझसे संपर्क करो:"
+
+[email]
+other = "ईमेल"
+
+[phone]
+other = "फ़ोन"
+
+[newsletter_text]
+other = "ईमेल अधिसूचना से अवगत रहें"
+
+[newsletter_input_placeholder]
+other = "ईमेल दर्ज करें"
+
+[newsletter_warning]
+other = "हम आपके ईमेल को कभी भी किसी और के साथ साझा नहीं करेंगे"
+
+[submit]
+other = "जमा करें"
+
+[hugoAttributionText]
+other = "द्वारा संचालित"
+
+[prev]
+other = "पिछला"
+
+[next]
+other = "आगे"
+
+[improve_this_page]
+other = "इस पृष्ठ को सुधारें"
+
+[out_of]
+other = "में से बाहर"
+
+[publications]
+other = "प्रकाशन"
+
+[taken_courses]
+other = "पाठ्यक्रम लिया"
+
+[course_name]
+other = "कोर्स का नाम"
+
+[total_credit]
+other = "कुल क्रेडिट"
+
+[obtained_credit]
+other = "श्रेय प्राप्त किया"
+
+[extracurricular_activities]
+other = "अतिरिक्त पाठयक्रम गतिविधियों"
+
+[see_more]
+other = "और देखें"
diff --git a/layouts/partials/helpers/country-code.html b/layouts/partials/helpers/country-code.html
index c00c4e7..f93a633 100644
--- a/layouts/partials/helpers/country-code.html
+++ b/layouts/partials/helpers/country-code.html
@@ -7,6 +7,8 @@
{{ $countryCode = "gb" }}
{{ else if eq $languageCode "bn" }}
{{ $countryCode = "bd" }}
+{{ else if eq $languageCode "hi" }}
+ {{ $countryCode = "in" }}
{{ end }}
{{/* return the country code */}}