|
|
@ -492,7 +492,6 @@ LocalePage::updateGlobalStorage()
|
|
|
|
|
|
|
|
|
|
|
|
const QString bcp47 = m_selectedLocaleConfiguration.toBcp47();
|
|
|
|
const QString bcp47 = m_selectedLocaleConfiguration.toBcp47();
|
|
|
|
Calamares::JobQueue::instance()->globalStorage()->insert( "locale", bcp47 );
|
|
|
|
Calamares::JobQueue::instance()->globalStorage()->insert( "locale", bcp47 );
|
|
|
|
cDebug() << "Updated locale globals, BCP47=" << bcp47;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// If we're in chroot mode (normal install mode), then we immediately set the
|
|
|
|
// If we're in chroot mode (normal install mode), then we immediately set the
|
|
|
|
// timezone on the live system.
|
|
|
|
// timezone on the live system.
|
|
|
|