mirror of
https://github.com/pyrollo/display_modpack.git
synced 2025-07-04 17:10:44 +02:00
replace intllib
This commit is contained in:
@ -22,9 +22,8 @@ steles = {}
|
||||
steles.name = minetest.get_current_modname()
|
||||
steles.path = minetest.get_modpath(steles.name)
|
||||
|
||||
-- Load support for intllib.
|
||||
local S, NS = dofile(steles.path.."/intllib.lua")
|
||||
steles.intllib = S
|
||||
-- Translation support
|
||||
steles.S = minetest.get_translator(steles.name)
|
||||
|
||||
dofile(steles.path.."/config.lua")
|
||||
dofile(steles.path.."/nodes.lua")
|
||||
|
Reference in New Issue
Block a user