add hindi translation (#216)
This commit is contained in:
parent
dd856ac3ef
commit
182f492df2
2 changed files with 77 additions and 0 deletions
|
@ -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