New translation system, part 4: Misc/Player
This commit is contained in:
parent
0d6610dcee
commit
0cc038c545
4 changed files with 9 additions and 13 deletions
|
@ -6,10 +6,7 @@ mcl_skins = {
|
|||
skin_count = 0, -- counter of _custom_ skins (all skins except character.png)
|
||||
}
|
||||
|
||||
|
||||
-- Load support for intllib.
|
||||
local S, NS = dofile(mcl_skins.modpath .. "/intllib.lua")
|
||||
|
||||
local S = minetest.get_translator("mcl_skins")
|
||||
|
||||
-- load skin list and metadata
|
||||
local id, f, data, skin = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue