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,5 +1,5 @@
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("nature_classic")
|
||||
-- Blossoms and such
|
||||
|
||||
local function spawn_apple_under(pos)
|
||||
|
@ -1,3 +0,0 @@
|
||||
default
|
||||
plantlife_i18n
|
||||
moretrees?
|
@ -7,7 +7,7 @@ local current_mod_name = minetest.get_current_modname()
|
||||
|
||||
nature = {}
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("nature_classic")
|
||||
|
||||
nature.blossomqueue = {}
|
||||
nature.blossomqueue_max = 1000
|
||||
|
10
nature_classic/locale/nature_classic.fr.tr
Normal file
10
nature_classic/locale/nature_classic.fr.tr
Normal file
@ -0,0 +1,10 @@
|
||||
# textdomain: nature_classic
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Apple blossoms=Fleurs de pommier
|
||||
[Nature Classic] loaded!=[Nature Classic] chargé.!
|
10
nature_classic/locale/template.txt
Normal file
10
nature_classic/locale/template.txt
Normal file
@ -0,0 +1,10 @@
|
||||
# textdomain: nature_classic
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Apple blossoms=
|
||||
[Nature Classic] loaded!=
|
3
nature_classic/mod.conf
Normal file
3
nature_classic/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = nature_classic
|
||||
depends = default
|
||||
optional_depends = moretrees
|
Reference in New Issue
Block a user