Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Sys Quatre 2020-07-17 22:45:16 +02:00
commit 97f4b11110
10 changed files with 53 additions and 7 deletions

View File

@ -6,7 +6,8 @@ local min, max, random = math.min, math.max, math.random
-- Load support for intllib.
local S, NS = dofile(path .. "/intllib.lua")
local S = minetest.get_translator and minetest.get_translator("bonemeal") or
dofile(path .. "/intllib.lua")
-- creative check

6
locale/bonemeal.es.tr Normal file
View File

@ -0,0 +1,6 @@
# textdomain: bonemeal
Mulch=Mantillo
Bone Meal=Comida de hueso
Fertiliser=Fertilizante
Bone=Hueso
[MOD] bonemeal loaded=[MOD] bonemeal cargado

6
locale/bonemeal.fr.tr Normal file
View File

@ -0,0 +1,6 @@
# textdomain: beds
Mulch=Paillis
Bone Meal=Poudre d'os
Fertiliser=Engrais
Bone=Os
[MOD] bonemeal loaded=[MOD] bonemeal chargé

6
locale/bonemeal.it.tr Normal file
View File

@ -0,0 +1,6 @@
# textdomain: bonemeal
Mulch=Pacciame
Bone Meal=Pasto osseo
Fertiliser=Fertilizzante
Bone=Ossa
[MOD] bonemeal loaded=[MOD] bonemeal caricata

6
locale/bonemeal.ru.tr Normal file
View File

@ -0,0 +1,6 @@
# textdomain: bonemeal
Mulch=Мульча
Bone Meal=Костная Мука
Fertiliser=Удобрение
Bone=Кость
[MOD] bonemeal loaded=[MOD] костная мука загружена

7
locale/es.txt Normal file
View File

@ -0,0 +1,7 @@
# init.lua
Mulch = Mantillo
Bone Meal = Comida de hueso
Fertiliser = Fertilizante
Bone = Hueso
[MOD] bonemeal loaded = [MOD] bonemeal cargado

7
locale/it.txt Normal file
View File

@ -0,0 +1,7 @@
# init.lua
Mulch = Pacciame
Bone Meal = Pasto osseo
Fertiliser = Fertilizzante
Bone = Ossa
[MOD] bonemeal loaded = [MOD] bonemeal caricata

6
locale/template.tr Normal file
View File

@ -0,0 +1,6 @@
# textdomain: bonemeal
Mulch =
Bone Meal =
Fertiliser =
Bone =
[MOD] bonemeal loaded =

View File

@ -1,7 +1,7 @@
# init.lua
Mulch =
Bone Meal =
Fertiliser =
Bone =
[bonemeal] loaded =
Mulch =
Bone Meal =
Fertiliser =
Bone =
[MOD] bonemeal loaded =

View File

@ -39,7 +39,8 @@ if farming and farming.mod and farming.mod == "redo" then
{"farming:rye_", 8},
{"farming:oat_", 8},
{"farming:rice_", 8},
{"farming:mint_", 4}
{"farming:mint_", 4},
{"farming:cabbage_", 6}
})
end