45,640
edits
No edit summary |
No edit summary |
||
Line 62: | Line 62: | ||
if pos == "adj" then | if pos == "adj" then | ||
table.insert(data.inflections, {label = "not " .. glossary_link("comparable")}) | table.insert(data.inflections, {label = "not " .. glossary_link("comparable")}) | ||
table.insert(data.categories, lang:getCanonicalName() .. " uncomparable | table.insert(data.categories, lang:getCanonicalName() .. " uncomparable " .. deabb[pos]) | ||
end | end | ||
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 == "adv" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. pos) end | if pos == "adv" then table.insert(data.categories, lang:getCanonicalName() .. " comparative " .. deabb[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)}) |