10,731
edits
TheNightAvl (talk | contribs) (Added cat override function) |
TheNightAvl (talk | contribs) (Added auto decatting of accusative with verbs) |
||
Line 137: | Line 137: | ||
temp_append(glossary(form, colour)) | temp_append(glossary(form, colour)) | ||
if language and pos and data[form] then | if language and pos and data[form] then | ||
temp_append("[[Category:" .. language.name .. " " .. pluralize(pos) .. " governing the " .. data[form].label .. "]]") | if not (data[form].label == "accusative" and pos == "verb") then | ||
temp_append("[[Category:" .. language.name .. " " .. pluralize(pos) .. " governing the " .. data[form].label .. "]]") | |||
end | |||
end | end | ||
else | else |