React to retranslate call.

This commit is contained in:
Teo Mrnjavac 2016-12-08 13:14:19 +01:00
parent f61a4e6856
commit e541dbfbea

View File

@ -93,6 +93,10 @@ class DummyPythonQtViewStep():
def widget(self):
return self.main_widget
def retranslate(self):
global _
_ = gettext.gettext
calamares.utils.debug("DummyPythonQt retranslation event.")
class DummyPQJob():
def __init__(self, my_msg):