mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-21 06:43:17 -04:00
Translation fix
This commit is contained in:
parent
fcb7d8f150
commit
9e8c8d4436
2 changed files with 6 additions and 4 deletions
|
@ -297,8 +297,8 @@ local function get_formspec(player)
|
||||||
recipe_fs(fs, data)
|
recipe_fs(fs, data)
|
||||||
elseif data.prev_item then
|
elseif data.prev_item then
|
||||||
table.insert(fs, ("label[2,6.6;%s]"):format(esc(data.show_usages
|
table.insert(fs, ("label[2,6.6;%s]"):format(esc(data.show_usages
|
||||||
and S("No usages.\nClick again to show recipes.")
|
and S("No usages.").."\n"..S("Click again to show recipes.")
|
||||||
or S("No recipes.\nClick again to show usages."))))
|
or S("No recipes.").."\n"..S("Click again to show usages."))))
|
||||||
end
|
end
|
||||||
|
|
||||||
return table.concat(fs)
|
return table.concat(fs)
|
||||||
|
|
|
@ -34,6 +34,8 @@ Any wood planks=
|
||||||
Any wool=
|
Any wool=
|
||||||
Any yellow dye=
|
Any yellow dye=
|
||||||
Any yellow flower=
|
Any yellow flower=
|
||||||
|
Click again to show recipes.=
|
||||||
|
Click again to show usages.=
|
||||||
Cooking time: @1=
|
Cooking time: @1=
|
||||||
Craft Guide=
|
Craft Guide=
|
||||||
Fuel=
|
Fuel=
|
||||||
|
@ -42,8 +44,8 @@ G=
|
||||||
Next page=
|
Next page=
|
||||||
Next recipe=
|
Next recipe=
|
||||||
No items to show.=
|
No items to show.=
|
||||||
No recipes.@nClick again to show usages.=
|
No recipes.=
|
||||||
No usages.@nClick again to show recipes.=
|
No usages.=
|
||||||
Previous page=
|
Previous page=
|
||||||
Previous recipe=
|
Previous recipe=
|
||||||
Recipe @1 of @2=
|
Recipe @1 of @2=
|
||||||
|
|
Loading…
Add table
Reference in a new issue