summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-03 20:07:02 +0000
committerMatt Wilson <msw@redhat.com>2001-01-03 20:07:02 +0000
commitc4ed83d61e54a55280ec0d45c5bfc844644b1fb7 (patch)
treed1a1eaa2671c2a1e5b866711f551e9bf03318609 /text.py
parenta1cfb6f0f68a0463f838437b074a4afe1eefaa82 (diff)
downloadanaconda-c4ed83d61e54a55280ec0d45c5bfc844644b1fb7.tar.gz
anaconda-c4ed83d61e54a55280ec0d45c5bfc844644b1fb7.tar.xz
anaconda-c4ed83d61e54a55280ec0d45c5bfc844644b1fb7.zip
seperate supported languages from install language
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index 6a5054732..13dee0c48 100644
--- a/text.py
+++ b/text.py
@@ -86,6 +86,7 @@ class LanguageWindow:
screen.finish()
os.execv ("/sbin/loader", args)
+ os.environ["LC_ALL"] = lang
newlangs = [lang]
if len(lang) > 2:
newlangs.append(lang[:2])