add hindi translation (#216)
This commit is contained in:
parent
dd856ac3ef
commit
182f492df2
2 changed files with 77 additions and 0 deletions
75
i18n/hi.toml
Normal file
75
i18n/hi.toml
Normal file
|
@ -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 = "और देखें"
|
|
@ -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 */}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue