forked from mtcontrib/tsm_pyramids
Update translation support for Minetest 5.0.0
This commit is contained in:
@ -1,10 +1,4 @@
|
||||
-- Boilerplate to support localized strings if intllib mod is installed.
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
local S = minetest.get_translator("tsm_pyramids")
|
||||
|
||||
local img = {
|
||||
"eye", "men", "sun",
|
||||
|
Reference in New Issue
Block a user