add hindi translation (#216)

This commit is contained in:
Sarvottam Kumar 2021-01-08 23:00:20 +05:30 committed by GitHub
parent dd856ac3ef
commit 182f492df2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 77 additions and 0 deletions

View file

@ -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 */}}