Module:qhv-noun: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
No edit summary
mNo edit summary
Line 39: Line 39:
end
end
-- No matches, now look for 3-s-h
-- No matches, now look for 3-s-h
if find(word, "[aeiouy]?[aeiouāēīōūȳ]$") 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

Navigation menu