mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
And in GS, it's called localeConf now.
This commit is contained in:
parent
160d00a47a
commit
dee87f68aa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue