mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-25 18:20:20 +01:00
Activate translation for stairplus descriptions
This commit is contained in:
parent
9ccf94243e
commit
b6f6bc8c71
@ -10,11 +10,11 @@ local S = moreblocks.intllib
|
|||||||
|
|
||||||
stairsplus.register_single = function(category, alternate, info, modname, subname, recipeitem, fields)
|
stairsplus.register_single = function(category, alternate, info, modname, subname, recipeitem, fields)
|
||||||
local descriptions = {
|
local descriptions = {
|
||||||
["micro"] = "Microblock",
|
["micro"] = S("Microblock"),
|
||||||
["slab"] = "Slab",
|
["slab"] = S("Slab"),
|
||||||
["slope"] = "Slope",
|
["slope"] = S("Slope"),
|
||||||
["panel"] = "Panel",
|
["panel"] = S("Panel"),
|
||||||
["stair"] = "Stairs",
|
["stair"] = S("Stairs"),
|
||||||
}
|
}
|
||||||
local def = {}
|
local def = {}
|
||||||
if category ~= "slab" then
|
if category ~= "slab" then
|
||||||
|
Loading…
Reference in New Issue
Block a user