Done and "implemented" locales
Language for now is called 1 time and hardcoded. Solved error on todo and made a coment on every lenguage.
This commit is contained in:
4
data/scripts/locale.lua
Normal file
4
data/scripts/locale.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
function LocaleLoad(ISO639)
|
||||
local ISO639 = ISO639 or "ENG"
|
||||
dofile("Mothback/data/locale/"..ISO639..".lua")
|
||||
end
|
||||
Reference in New Issue
Block a user