Started ReIntegrating gettext localization

This commit is contained in:
sTiKyt 2020-05-09 19:35:27 +03:00
parent f6e7b2acb4
commit e9aaef8521
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -0,0 +1,4 @@
import gettext
gettext.bindtextdomain('HiddenEye', 'locale')
gettext.textdomain('HiddenEye')
_ = gettext.gettext