Bug 5429: Fix typo in MacTranslation.py
svn: r19082
This commit is contained in:
@ -240,7 +240,7 @@ def mac_setup_localization(dir, domain):
|
|||||||
os.environ["LANGUAGE"] = ":".join(translations)
|
os.environ["LANGUAGE"] = ":".join(translations)
|
||||||
else:
|
else:
|
||||||
os.environ["LANGUAGE"] = translations[0]
|
os.environ["LANGUAGE"] = translations[0]
|
||||||
elif (len(locale) > 0 and locale in available
|
elif (len(loc) > 0 and loc in available
|
||||||
and not locale.starts_with("en")):
|
and not locale.starts_with("en")):
|
||||||
os.environ["LANGUAGE"] = locale
|
os.environ["LANGUAGE"] = locale
|
||||||
elif (len(collation) > 0 and collation in available
|
elif (len(collation) > 0 and collation in available
|
||||||
|
Reference in New Issue
Block a user