Module:qhv-verb/data: Difference between revisions

No edit summary
No edit summary
Line 1,609: Line 1,609:
local stem = args[1]
local stem = args[1]
local nd = sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "z"
local nd = sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "z"
local pstem = stem == "ademm" and "aderēd" or stem == "drāmm" and "drāñēd" or sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "d"
local pstem = stem == "ademm" and "aderēd"
  or stem == "drāmm" and "drāñēd"
  or stem == "aem" and "ēd"
  or sub(stem, 1, -3) .. long(sub(stem, -2, -2)) .. "d"
data.decl_type = "nasal stem"
data.decl_type = "nasal stem"
if not data.no_cat then
if not data.no_cat then