Merge branch 'master' into mapgen
This commit is contained in:
commit
cb239d92aa
@ -9,6 +9,7 @@ dofile(MP.."/lib.lua")
|
|||||||
local strings = {}
|
local strings = {}
|
||||||
|
|
||||||
local LANG = minetest.setting_get("language")
|
local LANG = minetest.setting_get("language")
|
||||||
|
if not (LANG and (LANG ~= "")) then LANG = os.getenv("LANGUAGE") end
|
||||||
if not (LANG and (LANG ~= "")) then LANG = os.getenv("LANG") end
|
if not (LANG and (LANG ~= "")) then LANG = os.getenv("LANG") end
|
||||||
if not (LANG and (LANG ~= "")) then LANG = "en" end
|
if not (LANG and (LANG ~= "")) then LANG = "en" end
|
||||||
LANG = LANG:sub(1, 2)
|
LANG = LANG:sub(1, 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user