Module:siwa-noun: Difference between revisions
No edit summary |
No edit summary |
||
| Line 54: | Line 54: | ||
elseif word:match("ir$") then | elseif word:match("ir$") then | ||
return "l" | return "l" | ||
elseif match(vowels, sub(word, -1, -1)) then | elseif word:match(c"[ảẻỉỏủỷởử]$") or match(vowels, sub(word, -1, -1)) then | ||
return m_com.stressed_vowels[stressed] | return m_com.stressed_vowels[stressed] | ||
else | else | ||