Merge and update translations (#186)

This commit is contained in:
CarlosBarrazaE
2021-11-13 22:14:19 -03:00
committed by GitHub
parent fe34e3f3cd
commit dce587cf33
26 changed files with 863 additions and 2679 deletions

View File

@ -12,9 +12,7 @@ moreblocks = {}
local modpath = minetest.get_modpath("moreblocks")
local S, NS = dofile(modpath .. "/intllib.lua")
moreblocks.S = S
moreblocks.NS = NS
moreblocks.S = minetest.get_translator("moreblocks")
dofile(modpath .. "/config.lua")
dofile(modpath .. "/sounds.lua")