Language for now is called 1 time and hardcoded. Solved error on todo and made a coment on every lenguage.
5 lines
115 B
Lua
5 lines
115 B
Lua
function LocaleLoad(ISO639)
|
|
local ISO639 = ISO639 or "ENG"
|
|
dofile("Mothback/data/locale/"..ISO639..".lua")
|
|
end
|