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,7 +1,12 @@
|
||||
-- This file supplies poison ivy for the plantlife modpack
|
||||
-- Last revision: 2013-01-24
|
||||
|
||||
local S = biome_lib.intllib
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
|
||||
local SPAWN_DELAY = 1000
|
||||
local SPAWN_CHANCE = 200
|
||||
|
7
poisonivy/locale/es.txt
Normal file
7
poisonivy/locale/es.txt
Normal file
@ -0,0 +1,7 @@
|
||||
# Traducido por Carlos Barraza
|
||||
|
||||
Poison ivy (seedling) = Hiedra venenosa (retoño)
|
||||
Poison ivy (sproutling) = Hiedra venenosa (brotes)
|
||||
Poison ivy (climbing plant) = Hiedra venenosa (planta trepadora)
|
||||
|
||||
[Poison Ivy] Loaded. = [Hiedra venenosa] Cargado.
|
Reference in New Issue
Block a user