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)
local descriptions = {
["micro"] = "Microblock",
["slab"] = "Slab",
["slope"] = "Slope",
["panel"] = "Panel",
["stair"] = "Stairs",
["micro"] = S("Microblock"),
["slab"] = S("Slab"),
["slope"] = S("Slope"),
["panel"] = S("Panel"),
["stair"] = S("Stairs"),
}
local def = {}
if category ~= "slab" then