forked from VoxeLibre/VoxeLibre
Add missing translation for pumpkin usagehelp
This commit is contained in:
parent
c49efcf9ad
commit
c78b1d1354
|
@ -89,3 +89,4 @@ Cookie=Keks
|
|||
Bread=Brot
|
||||
Hay Bale=Heuballen
|
||||
Hay bales are decorative blocks made from wheat.=Heuballen sind dekorative Blöcke, die aus Weizen gemacht sind.
|
||||
To carve a face into the pumpkin, use the shears on the side you want to carve.=Um ein Gesicht in den Kürbis zu schnitzen, benutzen Sie die Schere an der Seite, die Sie schnitzen wollen.
|
||||
|
|
|
@ -89,3 +89,4 @@ Cookie=
|
|||
Bread=
|
||||
Hay Bale=
|
||||
Hay bales are decorative blocks made from wheat.=
|
||||
To carve a face into the pumpkin, use the shears on the side you want to carve.=
|
||||
|
|
|
@ -87,7 +87,7 @@ local stem_def = {
|
|||
local pumpkin_base_def = {
|
||||
description = S("Faceless Pumpkin"),
|
||||
_doc_items_longdesc = S("A faceless pumpkin is a decorative block. It can be carved with shears to obtain pumpkin seeds."),
|
||||
_doc_items_usagehelp = "To carve a face into the pumpkin, use the shears on the side you want to carve.",
|
||||
_doc_items_usagehelp = S("To carve a face into the pumpkin, use the shears on the side you want to carve."),
|
||||
stack_max = 64,
|
||||
paramtype2 = "facedir",
|
||||
tiles = {"farming_pumpkin_top.png", "farming_pumpkin_top.png", "farming_pumpkin_side.png"},
|
||||
|
|
Loading…
Reference in New Issue