Remove translations in minetest.log output

because they are not translated anyway
This commit is contained in:
Louis Royer
2020-02-15 14:32:06 +00:00
committed by Vanessa Dannenberg
parent 31e0066238
commit 47c20dc550
107 changed files with 734 additions and 3096 deletions

View File

@ -1,4 +0,0 @@
default
biome_lib
plantlife_i18n
farming?

View File

@ -14,7 +14,7 @@ local mname = "dryplants"
abstract_dryplants = {}
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("dryplants")
dofile(minetest.get_modpath("dryplants").."/crafting.lua")
dofile(minetest.get_modpath("dryplants").."/settings.txt")

View File

@ -9,7 +9,7 @@
-----------------------------------------------------------------------------------------------
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("dryplants")
abstract_dryplants.grow_juncus = function(pos)
local juncus_type = math.random(2,3)

View File

@ -0,0 +1,28 @@
# textdomain: dryplants
# 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.
#
Sickle=Faucille
Cut Grass=Herbe coupée
Hay=Foin
Short Grass=Herbes courtes
Juncus=Joncs
Wet Reed=Bloc de roseau humide
Wet Reed Slab=Dalle en roseau humide
Wet Reed Roof=Toit en roseau humide
Wet Reed Roof Corner=Angle de toit en roseau humide
Wet Reed Roof Corner 2=Angle de toit en roseau humide 2
Reed=Roseau
Reed Slab=Dalle en roseau
Reed Roof=Toit en roseau
Reed Roof Corner=Angle de toit en roseau
Reed Roof Corner 2=Angle de toit en roseau 2
Reedmace=Roseau
Reedmace, height: 1=Roseau, 1 de hauteur
Reedmace, height: 2=Roseau, 2 de hauteur
Reedmace, height: 3=Roseau, 3 de hauteur
Reedmace, height: 3 & Spikes=Roseau, 3 de hauteur avec panicules

View File

@ -0,0 +1,28 @@
# textdomain: dryplants
# 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.
#
Sickle=
Cut Grass=
Hay=
Short Grass=
Juncus=
Wet Reed=
Wet Reed Slab=
Wet Reed Roof=
Wet Reed Roof Corner=
Wet Reed Roof Corner 2=
Reed=
Reed Slab=
Reed Roof=
Reed Roof Corner=
Reed Roof Corner 2=
Reedmace=
Reedmace, height: 1=
Reedmace, height: 2=
Reedmace, height: 3=
Reedmace, height: 3 & Spikes=

3
dryplants/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = dryplants
depends = default, biome_lib
optional_depends = farming

View File

@ -6,7 +6,7 @@
-- Dependencies: default
-----------------------------------------------------------------------------------------------
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("dryplants")
minetest.register_alias("stairs:stair_wetreed", "dryplants:wetreed_roof")
minetest.register_alias("stairs:slab_wetreed", "dryplants:wetreed_slab")

View File

@ -18,7 +18,7 @@
-- The seed hairs were used by some Native American groups as tinder for starting fires
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("dryplants")
-----------------------------------------------------------------------------------------------
-- REEDMACE SHAPES