10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 1,440: | Line 1,440: | ||
if syllables[i]["coda"][2] == "h" or syllables[i]["coda"][2] == "x" or syllables[i]["coda"][2] == "ɣ" then | if syllables[i]["coda"][2] == "h" or syllables[i]["coda"][2] == "x" or syllables[i]["coda"][2] == "ɣ" then | ||
get_nasal(true) | get_nasal(true) | ||
elseif syllables[i+1]["onset"] then | elseif syllables[i+1] then | ||
if syllables[i+1]["onset"] then | |||
if syllables[i]["coda"][2] == nil and (syllables[i+1]["onset"][1] == "h" or syllables[i+1]["onset"][1] == "x" or syllables[i+1]["onset"][1] == "ɣ") then | |||
get_nasal(true) | |||
end | |||
end | end | ||
end | end |