mirror of
https://github.com/minetest-mods/technic.git
synced 2025-06-30 15:20:37 +02:00
Add german translations for all mods
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user