mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 20:50:22 +02:00
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