Module:qhv-noun: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 42: Line 42:
end
end
-- No matches, now look for 3-s-h
-- No matches, now look for 3-s-h
if find(word, "[aeiouyā]?[aeiouyāēīōūȳ]$") then
if find(word, "[aeiouyā]?[aeiouyāēīōūȳ].$") then
return "3-s-h", {sub(word, 1, -2)}
return "3-s-h", {sub(word, 1, -2)}
else return "6", {word} end
else return "6", {word} end