mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-16 23:01:07 +02:00
10 lines
256 B
Lua
10 lines
256 B
Lua
|
|
-- This file intentionally left blank.
|
|
|
|
plantlife_i18n = { }
|
|
|
|
local MP = minetest.get_modpath(minetest.get_current_modname())
|
|
plantlife_i18n.gettext, plantlife_i18n.ngettext = dofile(MP.."/intllib.lua")
|
|
|
|
minetest.log("action", "[plantlife_i18n] loaded.")
|