forked from mtcontrib/plantlife_modpack
Merge branch 'master' of yunohost.local:mtcontrib/plantlife_modpack into nalc-1.2-dev
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
default
|
||||
biome_lib
|
||||
plantlife_i18n
|
@ -1,5 +1,5 @@
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("youngtrees")
|
||||
|
||||
abstract_youngtrees = {}
|
||||
|
||||
|
13
youngtrees/locale/template.txt
Normal file
13
youngtrees/locale/template.txt
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: youngtrees
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Young Bamboo Tree=
|
||||
Young Tree 2 (middle)=
|
||||
Young Tree (top)=
|
||||
Young Tree (middle)=
|
||||
Young Tree (bottom)=
|
13
youngtrees/locale/youngtrees.fr.tr
Normal file
13
youngtrees/locale/youngtrees.fr.tr
Normal file
@ -0,0 +1,13 @@
|
||||
# textdomain: youngtrees
|
||||
|
||||
# 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.
|
||||
#
|
||||
|
||||
Young Bamboo Tree=Bambou jeune
|
||||
Young Tree 2 (middle)=Arbuste 2 (milieu)
|
||||
Young Tree (top)=Arbuste (haut)
|
||||
Young Tree (middle)=Arbuste (milieu)
|
||||
Young Tree (bottom)=Arbuste (bas)
|
2
youngtrees/mod.conf
Normal file
2
youngtrees/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = youngtrees
|
||||
depends = default, biome_lib
|
Reference in New Issue
Block a user