mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
React to retranslate call.
This commit is contained in:
parent
f61a4e6856
commit
e541dbfbea
1 changed files with 4 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue