1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-09-18 09:40:16 +02:00
homedecor_modpack/homedecor_i18n/init.lua
2017-01-29 21:51:07 -03:00

8 lines
204 B
Lua

-- 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")