forked from mtcontrib/homedecor_modpack
Split I18N stuff into its own submod.
This commit is contained in:
7
homedecor_i18n/init.lua
Normal file
7
homedecor_i18n/init.lua
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
-- This file intentionally left blank.
|
||||
|
||||
homedecor_i18n = { }
|
||||
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
homedecor_i18n.gettext, homedecor_i18n.ngettext = dofile(MP.."/intllib.lua")
|
Reference in New Issue
Block a user