forked from minetest-mods/moreblocks
Merge and update translations (#186)
This commit is contained in:
4
init.lua
4
init.lua
@ -12,9 +12,7 @@ moreblocks = {}
|
||||
|
||||
local modpath = minetest.get_modpath("moreblocks")
|
||||
|
||||
local S, NS = dofile(modpath .. "/intllib.lua")
|
||||
moreblocks.S = S
|
||||
moreblocks.NS = NS
|
||||
moreblocks.S = minetest.get_translator("moreblocks")
|
||||
|
||||
dofile(modpath .. "/config.lua")
|
||||
dofile(modpath .. "/sounds.lua")
|
||||
|
Reference in New Issue
Block a user