mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-14 14:00:15 +02:00
Add intllib support and spanish translation.
This commit is contained in:
committed by
Diego Martínez
parent
eaa716df76
commit
5212a756f5
@ -3,7 +3,12 @@
|
||||
--
|
||||
-- License: WTFPL
|
||||
|
||||
local S = biome_lib.intllib
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
|
||||
bushes_classic = {}
|
||||
|
||||
@ -17,7 +22,7 @@ bushes_classic.bushes = {
|
||||
}
|
||||
|
||||
bushes_classic.bushes_descriptions = {
|
||||
"Strawberry",
|
||||
"Strawberry",
|
||||
"Blackberry",
|
||||
"Blueberry",
|
||||
"Raspberry",
|
||||
|
Reference in New Issue
Block a user