forked from mtcontrib/plantlife_modpack
Remove translations in minetest.log output
because they are not translated anyway
This commit is contained in:
committed by
Vanessa Dannenberg
parent
31e0066238
commit
47c20dc550
@ -1,2 +0,0 @@
|
||||
biome_lib
|
||||
plantlife_i18n
|
@ -2,7 +2,7 @@
|
||||
-- Last revision: 2013-01-24
|
||||
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("poisonivy")
|
||||
|
||||
local SPAWN_DELAY = 1000
|
||||
local SPAWN_CHANCE = 200
|
||||
@ -101,4 +101,4 @@ biome_lib:grow_plants({
|
||||
ground_nodes = {"default:dirt_with_grass"}
|
||||
})
|
||||
|
||||
print(S("[Poison Ivy] Loaded."))
|
||||
print("[Poison Ivy] Loaded.")
|
||||
|
12
poisonivy/locale/poisonivy.de.tr
Normal file
12
poisonivy/locale/poisonivy.de.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Xanthin, 2017.
|
||||
#
|
||||
|
||||
Poison ivy (seedling)=Giftefeu (Saemling)
|
||||
Poison ivy (sproutling)=Giftefeu (Sproessling)
|
||||
Poison ivy (climbing plant)=Giftefeu (Kletterpflanze)
|
||||
[Poison Ivy] Loaded.=[Poison Ivy] Geladen.
|
12
poisonivy/locale/poisonivy.es.tr
Normal file
12
poisonivy/locale/poisonivy.es.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Carlos Barraza <carlosbarrazaes@gmail.com>, 2017.
|
||||
#
|
||||
|
||||
Poison ivy (seedling)=Hiedra venenosa (retoño)
|
||||
Poison ivy (sproutling)=Hiedra venenosa (brotes)
|
||||
Poison ivy (climbing plant)=Hiedra venenosa (planta trepadora)
|
||||
[Poison Ivy] Loaded.=[Poison Ivy] Cargado.
|
12
poisonivy/locale/poisonivy.fr.tr
Normal file
12
poisonivy/locale/poisonivy.fr.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# fat115 <fat115@framasoft.org>, 2017.
|
||||
#
|
||||
|
||||
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.=[Poison Ivy] chargé.
|
12
poisonivy/locale/poisonivy.pt.tr
Normal file
12
poisonivy/locale/poisonivy.pt.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# fat115 <fat115@framasoft.org>, 2017.
|
||||
#
|
||||
|
||||
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,5 +1,6 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
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
|
12
poisonivy/locale/poisonivy.template.trt
Normal file
12
poisonivy/locale/poisonivy.template.trt
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
|
||||
Poison ivy (seedling)=
|
||||
Poison ivy (sproutling)=
|
||||
Poison ivy (climbing plant)=
|
||||
[Poison Ivy] Loaded.=
|
12
poisonivy/locale/poisonivy.tr.tr
Normal file
12
poisonivy/locale/poisonivy.tr.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: poisonivy
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# mahmutelmas06@hotmail.com, 2017.
|
||||
#
|
||||
|
||||
Poison ivy (seedling)=Sarmaşık (Fidan)
|
||||
Poison ivy (sproutling)=Sarmaşık (Filiz)
|
||||
Poison ivy (climbing plant)=Sarmaşık (Dolanan)
|
||||
[Poison Ivy] Loaded.=[Poison Ivy] yüklendi.
|
2
poisonivy/mod.conf
Normal file
2
poisonivy/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = poisonivy
|
||||
depends = biome_lib
|
Reference in New Issue
Block a user