use new intllib api

master
Juraj Vajda 2018-01-10 19:01:11 -05:00
parent 97a7079726
commit d4625f8c6a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ local path = minetest.get_modpath("mobs_npc")
-- Intllib
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
S = intllib.make_gettext_pair()
else
S = function(s, a, ...)
if a == nil then