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