Add intllib support.

Some polish and german translations.
Start adding tooltips.
This commit is contained in:
RealBadAngel
2014-06-21 12:44:31 +02:00
parent 87f502a259
commit 002bcbb6d8
9 changed files with 222 additions and 18 deletions

View File

@ -1,3 +1,9 @@
local S
if intllib then
S = intllib.Getter()
else
S = function(s) return s end
end
-- Create detached creative inventory after loading all mods
minetest.after(0.01, function()