forked from mtcontrib/plantlife_modpack
Add intllib support and spanish translation.
This commit is contained in:
committed by
Diego Martínez
parent
eaa716df76
commit
5212a756f5
@ -1,4 +1,9 @@
|
||||
local S = biome_lib.intllib
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
|
||||
plantlife_bushes = {}
|
||||
|
||||
|
Reference in New Issue
Block a user