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,3 +0,0 @@
|
||||
default
|
||||
plantlife_i18n
|
||||
biome_lib
|
@ -11,7 +11,7 @@ abstract_molehills = {}
|
||||
dofile(minetest.get_modpath("molehills").."/molehills_settings.txt")
|
||||
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("molehills")
|
||||
-----------------------------------------------------------------------------------------------
|
||||
-- NoDe
|
||||
-----------------------------------------------------------------------------------------------
|
||||
@ -76,5 +76,5 @@ biome_lib:register_generate_plant({
|
||||
)
|
||||
|
||||
-----------------------------------------------------------------------------------------------
|
||||
print("[Mod] "..title.." ["..version.."] ["..mname.."]"..S("Loaded..."))
|
||||
print("[Mod] "..title.." ["..version.."] ["..mname.."]".."Loaded...")
|
||||
-----------------------------------------------------------------------------------------------
|
||||
|
9
molehills/locale/molehills.fr.tr
Normal file
9
molehills/locale/molehills.fr.tr
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: molehills
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Mole Hill=Taupinière
|
9
molehills/locale/template.txt
Normal file
9
molehills/locale/template.txt
Normal file
@ -0,0 +1,9 @@
|
||||
# textdomain: molehills
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Mole Hill=
|
2
molehills/mod.conf
Normal file
2
molehills/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = molehills
|
||||
depends = default, biome_lib
|
Reference in New Issue
Block a user