Fiexed a typo.
svn: r17181
This commit is contained in:
parent
39d11f132b
commit
6b1b570072
@ -66,7 +66,7 @@ if ".UTF-8" in LANG.upper():
|
||||
|
||||
if not LANG:
|
||||
if "LANG" in os.environ:
|
||||
LANG = os.environ["LANG"]
|
||||
LANG = os.environ["LANG"]
|
||||
|
||||
if LANG:
|
||||
LANG_SHORT = LANG.split('_')[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user