update intllib

This commit is contained in:
Xanthin 2014-04-08 22:54:57 +02:00
parent 47e7ce58a7
commit 3f48cf6a03
1 changed files with 3 additions and 4 deletions

View File

@ -9,11 +9,10 @@
-- Boilerplate to support localized strings if intllib mod is installed.
local S
if (minetest.get_modpath("intllib")) then
dofile(minetest.get_modpath("intllib").."/intllib.lua")
S = intllib.Getter(minetest.get_current_modname())
if intllib then
S = intllib.Getter()
else
S = function ( s ) return s end
S = function(s) return s end
end
food = {