의 미러
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-23 02:00:28 +02:00
Remove translations in minetest.log output
because they are not translated anyway
This commit is contained in:
@ -1,4 +0,0 @@
|
||||
biome_lib
|
||||
plantlife_i18n
|
||||
farming?
|
||||
flowers?
|
@ -1,5 +1,5 @@
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("flowers_plus")
|
||||
|
||||
-- This file supplies a few additional plants and some related crafts
|
||||
-- for the plantlife modpack. Last revision: 2013-04-24
|
||||
@ -478,4 +478,4 @@ minetest.register_alias("flowers:cotton", "farming:string")
|
||||
minetest.register_alias("flowers:cotton_wad", "farming:string")
|
||||
minetest.register_alias("sunflower:sunflower", "flowers:sunflower")
|
||||
|
||||
print(S("[Flowers] Loaded."))
|
||||
print("[Flowers] Loaded.")
|
||||
|
13
flowers_plus/locale/flowers_plus.de.tr
Normal file
13
flowers_plus/locale/flowers_plus.de.tr
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: flowers_plus
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Xanthin, 2017.
|
||||
#
|
||||
|
||||
|
||||
|
||||
Waterlily=Seerose
|
||||
Seaweed=Seetang
|
||||
Sunflower=Sonnenblume
|
12
flowers_plus/locale/flowers_plus.es.tr
Normal file
12
flowers_plus/locale/flowers_plus.es.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: flowers_plus
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Carlos Barraza <carlosbarrazaes@gmail.com>, 2017.
|
||||
#
|
||||
|
||||
|
||||
Waterlily=Lirio de agua
|
||||
Seaweed=Algas marinas
|
||||
Sunflower=Girasol
|
12
flowers_plus/locale/flowers_plus.fr.tr
Normal file
12
flowers_plus/locale/flowers_plus.fr.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: flowers_plus
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
|
||||
Waterlily=Nénuphar
|
||||
Seaweed=Algues
|
||||
Sunflower=Tournesol
|
12
flowers_plus/locale/flowers_plus.tr.tr
Normal file
12
flowers_plus/locale/flowers_plus.tr.tr
Normal file
@ -0,0 +1,12 @@
|
||||
# textdomain: flowers_plus
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# mahmutelmas06@hotmail.com, 2017.
|
||||
#
|
||||
|
||||
|
||||
Waterlily=Nilüfer
|
||||
Seaweed=Deniz yosunu
|
||||
Sunflower=Ayçiçeği
|
13
flowers_plus/locale/template.txt
Normal file
13
flowers_plus/locale/template.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: flowers_plus
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
|
||||
|
||||
Waterlily=
|
||||
Seaweed=
|
||||
Sunflower=
|
3
flowers_plus/mod.conf
Normal file
3
flowers_plus/mod.conf
Normal file
@ -0,0 +1,3 @@
|
||||
name = flowers_plus
|
||||
depends = biome_lib
|
||||
optional_depends = farming, flowers
|
Reference in New Issue
Block a user