mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Reorder.
This commit is contained in:
parent
27328a720b
commit
7160aa60c3
1 changed files with 3 additions and 2 deletions
|
@ -91,13 +91,14 @@ class DummyPythonQtViewStep:
|
|||
return self.main_widget
|
||||
|
||||
def retranslate(self, localeName):
|
||||
calamares.utils.debug("DummyPythonQt retranslation event "
|
||||
"for locale name: {}".format(localeName))
|
||||
|
||||
global _
|
||||
_t = gettext.translation('dummypythonqt',
|
||||
os.path.join(_path, 'lang'),
|
||||
languages=[localeName])
|
||||
_ = _t.lgettext
|
||||
calamares.utils.debug("DummyPythonQt retranslation event "
|
||||
"for locale name: {}".format(localeName))
|
||||
|
||||
|
||||
class DummyPQJob:
|
||||
|
|
Loading…
Add table
Reference in a new issue