45,640
edits
No edit summary |
No edit summary |
||
Line 176: | Line 176: | ||
setmetatable(d["II"], {__call = function(self, args, data) | setmetatable(d["II"], {__call = function(self, args, data) | ||
local stem = args[1] | local stem = args[1] | ||
local stemj = sub(stem, - | local stemj = sub(stem, -2) == "ēj" and sub(stem, 1, -3) .. "ī" or stem | ||
local stemm = sub(stem, -1) == "n" and sub(stem, 1, -2) .. "m" or sub(stem, -1) == "ñ" and sub(stem, 1, -2) .. "m" or stemj | local stemm = sub(stem, -1) == "n" and sub(stem, 1, -2) .. "m" or sub(stem, -1) == "ñ" and sub(stem, 1, -2) .. "m" or stemj | ||
local stemny = sub(stem, -1) == "ñ" and sub(stem, 1, -2) .. "n" or | local stemny = sub(stem, -1) == "ñ" and sub(stem, 1, -2) .. "n" or stemj | ||
data.decl_type = "II" | data.decl_type = "II" |