From cf973b2f3a25d54423f5735afbe5b26802dd436f Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Tue, 23 Jul 2013 02:10:48 +0100 Subject: [PATCH] I seem to need this to let the 'Lang' keyword work, within *-in.txt files. --- development/autotests/keytest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py index cbe0b50e6b..b2a89c2d0d 100755 --- a/development/autotests/keytest.py +++ b/development/autotests/keytest.py @@ -407,7 +407,7 @@ while not failed: lang = c[5:].rstrip() print "Setting LANG=" + lang + "\n" os.environ['LANG'] = lang - os.environ['LANGUAGE'] = lang + os.environ['LC_ALL'] = lang # If it doesn't exist, create a link //LC_MESSAGES/lyx.mo # pointing to the corresponding .gmo file. Needed to let lyx find the right translation files. # See http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg165613.html -- 2.39.5