And in GS, it's called localeConf now.

This commit is contained in:
Teo Mrnjavac 2016-08-10 11:47:36 +02:00
parent 160d00a47a
commit dee87f68aa

View File

@ -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'