translate many nalc_* mods

and use function to register toolranks
This commit is contained in:
2022-07-24 03:59:18 +02:00
parent 120bcf9bd3
commit c5437a4b3d
33 changed files with 321 additions and 121 deletions

View File

@ -1,5 +1,9 @@
local modpath = minetest.get_modpath(minetest.get_current_modname())
local S = minetest.get_translator("nalc_default")
nalc_default = {}
nalc_default.get_translator = S
-- Functions
dofile(modpath.."/functions.lua")