And in GS, it's called localeConf now.
This commit is contained in:
parent
160d00a47a
commit
dee87f68aa
@ -29,7 +29,7 @@ import libcalamares
|
||||
def run():
|
||||
""" Create locale """
|
||||
en_us_locale = '#en_US'
|
||||
locale = libcalamares.globalstorage.value("lcLocale")
|
||||
locale = libcalamares.globalstorage.value("localeConf")
|
||||
|
||||
if not locale:
|
||||
locale = 'en_US.UTF-8 UTF-8'
|
||||
|
Loading…
Reference in New Issue
Block a user