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