Skip to content
Snippets Groups Projects
Commit 7160aa60 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

Reorder.

parent 27328a72
No related branches found
No related tags found
No related merge requests found
...@@ -91,13 +91,14 @@ class DummyPythonQtViewStep: ...@@ -91,13 +91,14 @@ class DummyPythonQtViewStep:
return self.main_widget return self.main_widget
def retranslate(self, localeName): def retranslate(self, localeName):
calamares.utils.debug("DummyPythonQt retranslation event "
"for locale name: {}".format(localeName))
global _ global _
_t = gettext.translation('dummypythonqt', _t = gettext.translation('dummypythonqt',
os.path.join(_path, 'lang'), os.path.join(_path, 'lang'),
languages=[localeName]) languages=[localeName])
_ = _t.lgettext _ = _t.lgettext
calamares.utils.debug("DummyPythonQt retranslation event "
"for locale name: {}".format(localeName))
class DummyPQJob: class DummyPQJob:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment