1
0
mirror of https://github.com/MinetestForFun/fishing.git synced 2025-07-26 11:50:32 +02:00

added missing translation

This commit is contained in:
2015-06-27 15:18:34 +02:00
parent 90f0bb4c94
commit 39da8cc8fd
6 changed files with 33 additions and 9 deletions

View File

@ -2,7 +2,7 @@
--fish bait
--bait_corn
minetest.register_craftitem("fishing:bait_corn", {
description = "Bait corn",
description = fishing_setting.func.S("Bait Corn"),
inventory_image = "fishing_bait_corn.png",
})
@ -10,7 +10,7 @@ fishing_setting.baits["fishing:bait_corn"] = { ["bait"] = "fishing:bait_corn", [
--bait_bread
minetest.register_craftitem("fishing:bait_bread", {
description = "Bait Bread",
description = fishing_setting.func.S("Bait Bread"),
inventory_image = "fishing_bait_bread.png",
})