use translator from 3d_armor
related: https://github.com/minetest-mods/3d_armor/pull/12
This commit is contained in:
parent
694642f561
commit
46d1ead160
3
init.lua
3
init.lua
@ -1,6 +1,5 @@
|
|||||||
-- support for i18n
|
-- support for i18n
|
||||||
local S = armor_i18n.gettext
|
local S = minetest.get_translator("3d_armor")
|
||||||
local F = armor_i18n.fgettext
|
|
||||||
|
|
||||||
if not minetest.get_modpath("technic_worldgen") then
|
if not minetest.get_modpath("technic_worldgen") then
|
||||||
minetest.log("warning", S("technic_armor: Mod loaded but unused."))
|
minetest.log("warning", S("technic_armor: Mod loaded but unused."))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user