mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
Replaced localization.py in EULA_view.py
This commit is contained in:
parent
c484c568f5
commit
8c00d509c7
|
@ -1,4 +1,7 @@
|
|||
from gettext import gettext as _
|
||||
from controllers.localization_controller import LocalizationController
|
||||
|
||||
# noinspection PyProtectedMember
|
||||
_ = LocalizationController()._
|
||||
|
||||
|
||||
class EULAView:
|
||||
|
|
Loading…
Reference in New Issue
Block a user