1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 21:30:26 +02:00

Fix more translation strings (#2487)

This commit is contained in:
sfan5
2019-09-18 20:38:27 +02:00
committed by GitHub
parent c42a525ce8
commit b4c7522248
9 changed files with 56 additions and 34 deletions

View File

@ -20,6 +20,7 @@ dofile(farming.path .. "/hoes.lua")
farming.register_plant("farming:wheat", {
description = S("Wheat Seed"),
harvest_description = S("Wheat"),
paramtype2 = "meshoptions",
inventory_image = "farming_wheat_seed.png",
steps = 8,
@ -61,6 +62,7 @@ minetest.register_craft({
farming.register_plant("farming:cotton", {
description = S("Cotton Seed"),
harvest_description = S("Cotton"),
inventory_image = "farming_cotton_seed.png",
steps = 8,
minlight = 13,