Skip to content
Snippets Groups Projects
Commit dee87f68 authored by Teo Mrnjavac's avatar Teo Mrnjavac
Browse files

And in GS, it's called localeConf now.

parent 160d00a4
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ import libcalamares ...@@ -29,7 +29,7 @@ import libcalamares
def run(): def run():
""" Create locale """ """ Create locale """
en_us_locale = '#en_US' en_us_locale = '#en_US'
locale = libcalamares.globalstorage.value("lcLocale") locale = libcalamares.globalstorage.value("localeConf")
if not locale: if not locale:
locale = 'en_US.UTF-8 UTF-8' locale = 'en_US.UTF-8 UTF-8'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment