From 39c41a06f4993dc17507fb480fcabbca319ceff7 Mon Sep 17 00:00:00 2001 From: Xanthin Date: Wed, 16 Apr 2014 19:10:00 +0200 Subject: Add german translations for all mods --- technic_worldgen/init.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'technic_worldgen/init.lua') diff --git a/technic_worldgen/init.lua b/technic_worldgen/init.lua index caf0f89..16334ff 100644 --- a/technic_worldgen/init.lua +++ b/technic_worldgen/init.lua @@ -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") -- cgit v1.2.3