5 522
contributi
Modifiche
nessun oggetto della modifica
transcriptio=mw.ustring.sub(decomposed,-1)
if transcriptio ~='æa'or'aæ'or'e'or'i'or'o'or'u' then
decomposed=mw.ustring.gsub(decomposed,"(".. vowel ..")(" .. not_vowel .. "*)$",'%1' ..mw.ustring.char(0x301).. '%2')
end