forked from minetest-mods/quartz
Update to mt5 translation system (#12)
This commit is contained in:
4
init.lua
4
init.lua
@ -1,8 +1,6 @@
|
||||
local settings = Settings(minetest.get_modpath("quartz").."/settings.txt")
|
||||
|
||||
-- internationalization boilerplate
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local S = minetest.get_translator("quartz")
|
||||
|
||||
--
|
||||
-- Item Registration
|
||||
|
Reference in New Issue
Block a user