Activate translation for stairplus descriptions

This commit is contained in:
JDiaz 2018-12-31 01:10:39 +01:00 committed by Hugo Locurcio
parent 9ccf94243e
commit b6f6bc8c71
1 changed files with 5 additions and 5 deletions

View File

@ -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