mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Use correct entry from global_storage
This commit is contained in:
parent
925632800b
commit
86c49fbc89
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def run():
|
||||||
""" Create locale """
|
""" Create locale """
|
||||||
|
|
||||||
us = '#en_US'
|
us = '#en_US'
|
||||||
locale = libcalamares.globalstorage.value("localeSetting")
|
locale = libcalamares.globalstorage.value("lcLocale")
|
||||||
if not locale:
|
if not locale:
|
||||||
locale = 'en_US.UTF-8 UTF-8'
|
locale = 'en_US.UTF-8 UTF-8'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue