changed from intllib to inbuilt translation

This commit is contained in:
Sokomine 2023-07-11 04:18:10 +02:00
parent 49d7781d07
commit 23f5015a35

View File

@ -1,13 +1,7 @@
-- reserve namespace for the villages
mg_villages = {}
-- Intllib
local S
if minetest.get_modpath("intllib") then
S = intllib.Getter()
else
S = function(s) return s end
end
local S = minetest.get_translator("mg_villages")
mg_villages.intllib = S
mg_villages.all_villages = {}