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,8 +0,0 @@
default
biome_lib
plantlife_i18n
bushes?
ferns?
moretrees?
trees?
trunks?

View File

@ -7,7 +7,7 @@ local mname = "woodsoils" -- former "forestsoils"
abstract_woodsoils = {}
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("woodsoils")
dofile(minetest.get_modpath("woodsoils").."/nodes.lua")
dofile(minetest.get_modpath("woodsoils").."/generating.lua")

View File

@ -0,0 +1,12 @@
# textdomain: woodsoils
# 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.
#
Forest Soil 1=
Forest Soil 2=
Forest Soil 3=
Forest Soil 4=

View File

@ -0,0 +1,12 @@
# textdomain: woodsoils
# 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.
#
Forest Soil 1=Humus forestier 1
Forest Soil 2=Humus forestier 2
Forest Soil 3=Humus forestier 3
Forest Soil 4=Humus forestier 4

3
woodsoils/mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = woodsoils
depends = default, biome_lib
optional_depends = bushes, ferns, moretrees, trees, trunks

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = plantlife_i18n.gettext
local S = minetest.get_translator("woodsoils")
-- nodes