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,8 +0,0 @@
|
||||
default
|
||||
biome_lib
|
||||
plantlife_i18n
|
||||
bushes?
|
||||
ferns?
|
||||
moretrees?
|
||||
trees?
|
||||
trunks?
|
@ -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")
|
||||
|
12
woodsoils/locale/template.txt
Normal file
12
woodsoils/locale/template.txt
Normal 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=
|
12
woodsoils/locale/woodsoils.fr.tr
Normal file
12
woodsoils/locale/woodsoils.fr.tr
Normal 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
3
woodsoils/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = woodsoils
|
||||
depends = default, biome_lib
|
||||
optional_depends = bushes, ferns, moretrees, trees, trunks
|
@ -1,5 +1,5 @@
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("woodsoils")
|
||||
|
||||
-- nodes
|
||||
|
||||
|
Reference in New Issue
Block a user