Added "deprecated file, will be removed" warning to localization.py

pull/713/head
sTiKyt 2020-08-13 22:57:23 +03:00
parent dc0c1baa46
commit c484c568f5
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ import gettext
gettext.bindtextdomain("HiddenEye", "locale")
gettext.textdomain("HiddenEye")
_ = gettext.gettext
# FIXME deprecated file, will be removed