Add german translations for all mods

This commit is contained in:
Xanthin
2014-04-16 19:10:00 +02:00
committed by ShadowNinja
parent db20250371
commit 39c41a06f4
33 changed files with 437 additions and 65 deletions

View File

@ -1,5 +1,12 @@
local modpath = minetest.get_modpath("technic_worldgen")
technic.worldgen = {}
if intllib then
technic.worldgen.gettext = intllib.Getter()
else
technic.worldgen.gettext = function(s) return s end
end
dofile(modpath.."/nodes.lua")
dofile(modpath.."/oregen.lua")
dofile(modpath.."/crafts.lua")