React to retranslate call.
This commit is contained in:
parent
f61a4e6856
commit
e541dbfbea
@ -93,6 +93,10 @@ class DummyPythonQtViewStep():
|
|||||||
def widget(self):
|
def widget(self):
|
||||||
return self.main_widget
|
return self.main_widget
|
||||||
|
|
||||||
|
def retranslate(self):
|
||||||
|
global _
|
||||||
|
_ = gettext.gettext
|
||||||
|
calamares.utils.debug("DummyPythonQt retranslation event.")
|
||||||
|
|
||||||
class DummyPQJob():
|
class DummyPQJob():
|
||||||
def __init__(self, my_msg):
|
def __init__(self, my_msg):
|
||||||
|
Loading…
Reference in New Issue
Block a user