Module:rad-IPA: Difference between revisions

m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 405: Line 405:
["äi"] = "ä̃ˑĩ",
["äi"] = "ä̃ˑĩ",
["äu"] = "ä̃ˑũ",
["äu"] = "ä̃ˑũ",
["iɐ"] = "ĩˑɐ̃",
["uɐ"] = "ũˑɐ̃",
}
}
Line 1,459: Line 1,461:
if syllables[i]["nucleus"] == "au" then
if syllables[i]["nucleus"] == "au" then
syllables[i]["nucleus"] = "äu"
syllables[i]["nucleus"] = "äu"
end
if syllables[i]["nucleus"] == "ia" then
syllables[i]["nucleus"] = "iɐ"
end
if syllables[i]["nucleus"] == "ua" then
syllables[i]["nucleus"] = "uɐ"
end
end
end
end