mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
4 lines
112 B
Python
4 lines
112 B
Python
import gettext
|
|
gettext.bindtextdomain('HiddenEye', 'locale')
|
|
gettext.textdomain('HiddenEye')
|
|
_ = gettext.gettext |