diff options
author | Wuzzy <almikes@aol.com> | 2016-08-06 16:25:01 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-06 16:25:01 +0200 |
commit | 8f14d4170652eb96f9245185a2e37dbb1393ee36 (patch) | |
tree | ecdeacda69d27a565e077bc3b741a06eeddbd02c /api.lua | |
parent | 115e0bfaf47dfa16a1ebabe63df4366fef12957d (diff) |
Collect more missing strings for translation
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -158,7 +158,7 @@ end unified_inventory.register_craft_type("normal", { - description = "Crafting", + description = S("Crafting"), icon = "ui_craftgrid_icon.png", width = 3, height = 3, @@ -174,7 +174,7 @@ unified_inventory.register_craft_type("normal", { unified_inventory.register_craft_type("shapeless", { - description = "Mixing", + description = S("Mixing"), icon = "ui_craftgrid_icon.png", width = 3, height = 3, @@ -189,7 +189,7 @@ unified_inventory.register_craft_type("shapeless", { unified_inventory.register_craft_type("cooking", { - description = "Cooking", + description = S("Cooking"), icon = "default_furnace_front.png", width = 1, height = 1, @@ -197,7 +197,7 @@ unified_inventory.register_craft_type("cooking", { unified_inventory.register_craft_type("digging", { - description = "Digging", + description = S("Digging"), icon = "default_tool_steelpick.png", width = 1, height = 1, |