Module:siwa-noun/data: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 370: Line 370:
na = true
na = true
end
end
elseif stem:match("i$") then
elseif stem:match("[iỷ]$") then
if args.ld then
if args.ld then
data.forms["m"] = {(args.d and s1 or stem) .. "ko"}
data.forms["m"] = {(args.d and s1 or stem) .. "ko"}
Line 401: Line 401:
na = true
na = true
end
end
elseif stem:match("[ouyỷůỏ]$") then
elseif stem:match("[ouyůỏ]$") then
if args.ld then
if args.ld then
local del = args.d and s1 or stem
local del = args.d and s1 or stem

Navigation menu