mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-29 21:30:22 +02:00
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
|
||||
|
||||
-- This file supplies a few additional plants and some related crafts
|
||||
-- for the plantlife modpack. Last revision: 2013-04-24
|
||||
|
13
flowers_plus/locale/es.txt
Normal file
13
flowers_plus/locale/es.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# Traducido por Carlos Barraza
|
||||
|
||||
Waterlily = Lirio de agua
|
||||
Seaweed = Algas marinas
|
||||
Potted Rose = Rosa en maceta
|
||||
Potted Tulip = Tulipán en maceta
|
||||
Potted Yellow Dandelion = Diente de león amarillo en maceta
|
||||
Potted White Dandelion = Diente de león blanco en maceta
|
||||
Potted Blue Geranium = Geranio azul en maceta
|
||||
Potted Viola = Viola en maceta
|
||||
Flower Pot = Florero
|
||||
|
||||
[Flowers] Loaded. = [Flores] Cargado.
|
Reference in New Issue
Block a user