45,640
edits
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
elseif pos ~= "v" then | elseif pos ~= "v" then | ||
table.insert(data.inflections, {label = glossary_link("comparative"), redup(word)}) | table.insert(data.inflections, {label = glossary_link("comparative"), redup(word)}) | ||
if pos == " | if pos == "adv" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. pos) end | ||
else | else | ||
table.insert(data.inflections, {label = "[[w:applicative voice|applicative]]", redup(word)}) | table.insert(data.inflections, {label = "[[w:applicative voice|applicative]]", redup(word)}) |