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

Apparently it needs a full LANG line.

parent 8161e77d
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment