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,5 +0,0 @@
default
biome_lib
plantlife_i18n
stonage?
sumpf?

View File

@ -7,7 +7,7 @@
-- Branch textures created by Neuromancer.
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("bushes")
abstract_bushes = {}
minetest.register_node("bushes:youngtree2_bottom", {

View File

@ -0,0 +1,11 @@
# textdomain: bushes
# 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.
#
Young Tree 2 (bottom)=Arbuste 2 (bas)
Bush Branches @1=Branches de buisson @1
Bush Leaves @1=Feuilles de buisson @1

View File

@ -0,0 +1,10 @@
# textdomain: bushes
# 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.
Young Tree 2 (bottom)=
Bush Branches @1=
Bush Leaves @1=

3
bushes/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = bushes
depends = default, biome_lib
optional_depends = stonage, sumpf