mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-04 17:30:25 +01:00
8 lines
204 B
Lua
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")
|