mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-25 03:15:44 -05:00
Pass locale name to PythonQt module.
This commit is contained in:
parent
99ca3d768d
commit
f4696f22a1
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ PythonQtViewStep::PythonQtViewStep( PythonQtObjectPtr cxt,
|
|||
m_cxt.addObject( "_calamares_module_basewidget", m_widget );
|
||||
|
||||
CALAMARES_RETRANSLATE_WIDGET( m_widget,
|
||||
CalamaresUtils::lookupAndCall( m_obj, { "retranslate" } );
|
||||
CalamaresUtils::lookupAndCall( m_obj,
|
||||
{ "retranslate" },
|
||||
{ CalamaresUtils::translatorLocaleName() } );
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue