Updated Translate Template and fixed the fish bucket definitions to work with the translation

This commit is contained in:
PrairieAstronomer 2022-06-09 09:47:24 -06:00
parent f17f51cce3
commit 43e73e2856
2 changed files with 10 additions and 4 deletions

View File

@ -525,10 +525,10 @@ for _, fish in ipairs(fish_names) do
end,
source_take = {"extra_mobs:" .. fish},
inventory_image = fish .. "_bucket.png",
name = S("Bucket of " .. fish),
longdesc = S("This bucket is filled with water and " .. fish .. "."),
usagehelp = S("Place it to empty the bucket and place a " .. fish .. ". Obtain by right clicking on a " .. fish .. " fish with a bucket of water."),
tt_help = S("Places a water source and " .. fish .. "."),
name = S("Bucket of @1", S(fish)),
longdesc = S("This bucket is filled with water and @1.", S(fish)),
usagehelp = S("Place it to empty the bucket and place a @1. Obtain by right clicking on a @2 fish with a bucket of water.", S(fish), S(fish)),
tt_help = S("Places a water source and a @1 fish.", S(fish)),
extra_check = function(pos, placer)
return true, true
end,

View File

@ -16,3 +16,9 @@ Pufferfish=
Pufferfish are a common species of fish and can be obtained by fishing. They can technically be eaten, but they are very bad for humans. Eating a pufferfish only restores 1 hunger point and will poison you very badly (which drains your health non-fatally) and causes serious food poisoning (which increases your hunger).=
Catches fish in water=
Very poisonous=
cod=
salmon=
Bucket of @1=
This bucket is filled with water and @1.=
Place it to empty the bucket and place a @1. Obtain by right clicking on a @2 fish with a bucket of water.=
Places a water source and a @1 fish.=