mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-30 02:45:37 -04:00
[keyboard] Move responsibility for retranslation to Config
- only widgets get language change events, so we need to hook that up to the ViewSteps and inform the Config object so that it can (re)load translations for the keyboard data.
This commit is contained in:
parent
89a180ee58
commit
4387b8061e
5 changed files with 26 additions and 5 deletions
|
@ -560,3 +560,8 @@ Config::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
m_writeEtcDefaultKeyboard = true;
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Config::retranslate()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue