1
0
mirror of https://github.com/minetest-mods/intllib.git synced 2024-11-14 14:30:32 +01:00

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

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