Skip to content

Commit

Permalink
🔀 Added Hindi Language (#118)
Browse files Browse the repository at this point in the history
* Update available.py

* Update available.py

* Update compile.sh

* Add files via upload

* Update available.py

* Update compile.sh
  • Loading branch information
CodeSudo committed Aug 6, 2023
1 parent bda53c1 commit 09086f9
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 2 deletions.
3 changes: 2 additions & 1 deletion locales/available.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ def flag(code):
'zh_TW': flag('TW') + ' 中文(台灣)',
'ca_CA': flag('ES') + ' Catalan',
'ml_IN': flag('IN') + ' Malayalam',
'vi_VN': flag('VN') + ' Việt Nam'}
'vi_VN': flag('VN') + ' Việt Nam'
'hn_IN': flag('IN') + ' Hindi'}
4 changes: 3 additions & 1 deletion locales/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ compile ca_CA
#Malayalam
compile ml_IN
# Việt Nam
compile vi_VN
compile vi_VN
# Hindi
compile hn_IN
Loading

0 comments on commit 09086f9

Please sign in to comment.