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 +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)

View File

@ -1,3 +0,0 @@
default
plantlife_i18n
moretrees?

View File

@ -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

View 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é.!

View 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
View File

@ -0,0 +1,3 @@
name = nature_classic
depends = default
optional_depends = moretrees