Apparently it needs a full LANG line.
This commit is contained in:
parent
9272d3d5b0
commit
f00d1dd654
@ -74,6 +74,6 @@ def run():
|
||||
if os.path.isdir(etc_default_path):
|
||||
with open(os.path.join(etc_default_path, "locale"), "w") as etc_default_locale:
|
||||
locale_split = locale.split(' ')[0]
|
||||
etc_default_locale.write("{!s}\n".format(locale_split))
|
||||
etc_default_locale.write("LANG={!s}\n".format(locale_split))
|
||||
|
||||
return None
|
||||
|
Loading…
Reference in New Issue
Block a user