10,794
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 403: | Line 403: | ||
["ɑ"] = "ɑ̃ˑ", | ["ɑ"] = "ɑ̃ˑ", | ||
["ä"] = "ä̃ˑ", | ["ä"] = "ä̃ˑ", | ||
[" | ["äi"] = "ä̃ˑĩ", | ||
[" | ["äu"] = "ä̃ˑũ", | ||
} | } | ||
Line 1,453: | Line 1,453: | ||
syllables[i]["nucleus"] = "ä" | syllables[i]["nucleus"] = "ä" | ||
end | end | ||
end | |||
if syllables[i]["nucleus"] == "ai" then | |||
syllables[i]["nucleus"] = "äi" | |||
end | |||
if syllables[i]["nucleus"] == "au" then | |||
syllables[i]["nucleus"] = "äu" | |||
end | end | ||
end | end |