45,660
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
elseif word:find("illa$") then | elseif word:find("illa$") then | ||
return "-illa", {sub(word, 1, -2)} | return "-illa", {sub(word, 1, -2)} | ||
elseif word == "skorlūs" then | |||
return "3-s-h", {sub(word, 1, -2)} | |||
elseif reanalyzed then | elseif reanalyzed then | ||
for ending, decl in pairs(reanalyzed_endings) do | for ending, decl in pairs(reanalyzed_endings) do |