Skip to content

Commit

Permalink
🔀 Merge pull request #122 from shohruxvofficial/patch-1(uz_UZ)
Browse files Browse the repository at this point in the history
Add Uzbek language support
  • Loading branch information
jh0ker authored Feb 3, 2024
2 parents 70c81b1 + 162a869 commit 448cc6a
Show file tree
Hide file tree
Showing 4 changed files with 573 additions and 1 deletion.
1 change: 1 addition & 0 deletions TRANSLATORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The following awesome people contributed to this project by translating it:
| it_IT | Carola Mariano, ɳick |
| ml_IN | [Adhith T](https://github.com/adhitht123) |
| pt_BR | [Iuri Guilherme](https://github.com/iuriguilherme), [João Rodrigo Couto de Oliveira](http://twitter.com/JoaoRodrigoJR) |
| uz_UZ | [Shohrux V](https://github.com/shohruxvofficial) |
| vi_VN | [Lê Minh Sơn](https://github.com/leminhson06) |
| zh_CN | [imlonghao](https://github.com/imlonghao), [XhyEax](https://github.com/XhyEax) |
| zh_HK | [Jed Cheng](https://www.facebook.com/profile.php?id=100002258388821) |
Expand Down
1 change: 1 addition & 0 deletions locales/available.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ def flag(code):
"ml_IN": flag("IN") + " Malayalam",
"vi_VN": flag("VN") + " Việt Nam",
"hn_IN": flag("IN") + " Hindi",
"uz_UZ": flag("UZ") + " O'zbek",
}
4 changes: 3 additions & 1 deletion locales/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ then
msgfmt unobot.po -o unobot.mo
cd ../../
};
else
else
echo 'Only execute this in the "locales" directory'
exit 1;
fi
Expand Down Expand Up @@ -41,3 +41,5 @@ compile ml_IN
compile vi_VN
# Hindi
compile hn_IN
# Uzbek
compile uz_UZ
Loading

0 comments on commit 448cc6a

Please sign in to comment.