mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-15 12:10:25 +02:00
10 lines
256 B
Lua
10 lines
256 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")
|
|
|
|
minetest.log("action", "[homedecor_i18n] loaded.")
|