10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 117: | Line 117: | ||
if language and args["pos"] then | if language and args["pos"] then | ||
if data[form] then form = data[form].label end | if data[form] then form = data[form].label end | ||
temp_append("[[Category:" .. language.name .. " " .. pluralize(args["pos"]) .. " governing the " .. form .. "]]") | temp_append("[[Category:" .. language.name .. " " .. pluralize(data[args["pos"]] or args["pos"]) .. " governing the " .. form .. "]]") | ||
end | end | ||
else | else |