Take `LANGUAGE` env var as-is.

This commit is contained in:
Diego Martínez 2017-05-15 09:37:20 -03:00
parent 17eb88812a
commit 289776c6dc
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function intllib.get_detected_languages()
v = os.getenv("LANGUAGE")
if v then
for item in split(v, ":") do
addlang(item)
langs[#langs+1] = item
end
end