mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-08-01 23:00:21 +02:00
Merge branch 'master' into luacheck
This commit is contained in:
@ -6,8 +6,6 @@
|
||||
local current_mod_name = minetest.get_current_modname()
|
||||
|
||||
nature = {}
|
||||
-- support for i18n
|
||||
local S = minetest.get_translator("nature_classic")
|
||||
|
||||
nature.blossomqueue = {}
|
||||
nature.blossomqueue_max = 1000
|
||||
@ -42,5 +40,3 @@ nature.blossom_duration = nature.blossom_delay
|
||||
dofile(minetest.get_modpath(current_mod_name) .. "/config.lua")
|
||||
dofile(minetest.get_modpath(current_mod_name) .. "/global_function.lua")
|
||||
dofile(minetest.get_modpath(current_mod_name) .. "/blossom.lua")
|
||||
|
||||
minetest.log("info", S("[Nature Classic] loaded!"))
|
||||
|
2
nature_classic/locale/nature_classic.de.tr
Normal file
2
nature_classic/locale/nature_classic.de.tr
Normal file
@ -0,0 +1,2 @@
|
||||
# textdomain: nature_classic
|
||||
Apple blossoms=Apfelblüten
|
@ -1,10 +1,2 @@
|
||||
# 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/nature_classic.txt
Normal file
10
nature_classic/locale/nature_classic.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.
|
||||
# Jolesh, 2022.
|
||||
#
|
||||
|
||||
Apple blossoms=Poma Floroj
|
||||
[Nature Classic] loaded!=[Nature Classic] ŝarĝita!
|
@ -1,10 +1,2 @@
|
||||
# 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!=
|
||||
|
Reference in New Issue
Block a user