add hindi translation

This commit is contained in:
Sarvottam Kumar 2021-01-08 20:30:51 +05:30
parent dd856ac3ef
commit 98196a8453
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 */}}