mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Started ReIntegrating gettext localization
This commit is contained in:
parent
f6e7b2acb4
commit
e9aaef8521
4
Defs/LocalizationManager/localization.py
Normal file
4
Defs/LocalizationManager/localization.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import gettext
|
||||
gettext.bindtextdomain('HiddenEye', 'locale')
|
||||
gettext.textdomain('HiddenEye')
|
||||
_ = gettext.gettext
|
Loading…
Reference in New Issue
Block a user