mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 22:33:16 -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)
|
||||
elseif data.prev_item then
|
||||
table.insert(fs, ("label[2,6.6;%s]"):format(esc(data.show_usages
|
||||
and S("No usages.\nClick again to show recipes.")
|
||||
or S("No recipes.\nClick again to show usages."))))
|
||||
and S("No usages.").."\n"..S("Click again to show recipes.")
|
||||
or S("No recipes.").."\n"..S("Click again to show usages."))))
|
||||
end
|
||||
|
||||
return table.concat(fs)
|
||||
|
|
|
@ -34,6 +34,8 @@ Any wood planks=
|
|||
Any wool=
|
||||
Any yellow dye=
|
||||
Any yellow flower=
|
||||
Click again to show recipes.=
|
||||
Click again to show usages.=
|
||||
Cooking time: @1=
|
||||
Craft Guide=
|
||||
Fuel=
|
||||
|
@ -42,8 +44,8 @@ G=
|
|||
Next page=
|
||||
Next recipe=
|
||||
No items to show.=
|
||||
No recipes.@nClick again to show usages.=
|
||||
No usages.@nClick again to show recipes.=
|
||||
No recipes.=
|
||||
No usages.=
|
||||
Previous page=
|
||||
Previous recipe=
|
||||
Recipe @1 of @2=
|
||||
|
|
Loading…
Add table
Reference in a new issue