forked from mtcontrib/plantlife_modpack
global i18n : add plantlife_i18n mod
idea taken from homedecor_modpack and its homedecor_i18n all translated mods have a new dependency : plantlife_i18n translations are stored in po/pot file : one file for all mods added french translation (almost complete) transfered de/es/tr/pt translations to corresponding .po file (only for some mods, unfortunately translations are incomplete)
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
biome_lib
|
||||
|
||||
plantlife_i18n
|
||||
|
@ -1,12 +1,8 @@
|
||||
-- This file supplies poison ivy for the plantlife modpack
|
||||
-- Last revision: 2013-01-24
|
||||
|
||||
local S
|
||||
if minetest.get_modpath("intllib") then
|
||||
S = intllib.Getter()
|
||||
else
|
||||
S = function(s) return s end
|
||||
end
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
|
||||
local SPAWN_DELAY = 1000
|
||||
local SPAWN_CHANCE = 200
|
||||
|
@ -1,7 +0,0 @@
|
||||
# Translation by Xanthin
|
||||
|
||||
Poison ivy (seedling) = Giftefeu (Saemling)
|
||||
Poison ivy (sproutling) = Giftefeu (Sproessling)
|
||||
Poison ivy (climbing plant) = Giftefeu (Kletterpflanze)
|
||||
|
||||
[Poison Ivy] Loaded. = [Poison Ivy] Geladen.
|
@ -1,7 +0,0 @@
|
||||
# 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.
|
@ -1,7 +0,0 @@
|
||||
# Template
|
||||
|
||||
Poison ivy (seedling) = Sumac vénéneux (semis)
|
||||
Poison ivy (sproutling) = Sumac vénéneux (pousse)
|
||||
Poison ivy (climbing plant) = Sumac vénéneux (grimpant)
|
||||
|
||||
[Poison Ivy] Loaded. = [Sumac vénéneux] Chargé.
|
@ -1,5 +0,0 @@
|
||||
Poison ivy (seedling) = Hera venenosa (plantilha)
|
||||
Poison ivy (sproutling) = Hera venenosa (brotando)
|
||||
Poison ivy (climbing plant) = Hera venenosa (planta trepadeira)
|
||||
|
||||
[Poison Ivy] Loaded. =[Poison Ivy] Carregado
|
@ -1,7 +0,0 @@
|
||||
# Template
|
||||
|
||||
Poison ivy (seedling) =
|
||||
Poison ivy (sproutling) =
|
||||
Poison ivy (climbing plant) =
|
||||
|
||||
[Poison Ivy] Loaded. =
|
@ -1,7 +0,0 @@
|
||||
# Turkish translation by mahmutelmas06
|
||||
|
||||
Poison ivy (seedling) = Sarmaşık (Fidan)
|
||||
Poison ivy (sproutling) = Sarmaşık (Filiz)
|
||||
Poison ivy (climbing plant) = Sarmaşık (Dolanan)
|
||||
|
||||
[Poison Ivy] Loaded. = Sarmaşık yüklendi
|
Reference in New Issue
Block a user