Module:rad-IPA: Difference between revisions

Jump to navigation Jump to search
m
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
mNo edit summary
mNo edit summary
Line 401: Line 401:
["uo"] = "ũˑõ", ["y"] = "ỹˑ",
["uo"] = "ũˑõ", ["y"] = "ỹˑ",
["ɑ"] = "ɑ̃ˑ",
["ä"] = "ä̃ˑ",
["ä"] = "ä̃ˑ",
["äː"] = "ä̃ːˑ",
["äːː"] = "ä̃ːːˑ",
}
}
Line 1,438: Line 1,441:
if syllables[i]["nucleus"] == "a" and syllables[i+1] then
if syllables[i]["nucleus"] == "a" and syllables[i+1] then
if syllables[i+1]["nucleus"] == "æː" then
if syllables[i+1]["nucleus"] == "æː" then
syllables[i]["nucleus"] = "ä"
syllables[i]["nucleus"] = "ɑ"
end
end
elseif syllables[i]["nucleus"] == "a" and syllables[i-1] then
elseif syllables[i]["nucleus"] == "a" and syllables[i-1] then
if syllables[i-1]["nucleus"] == "æː" then
if syllables[i-1]["nucleus"] == "æː" then
syllables[i]["nucleus"] = "ä"
syllables[i]["nucleus"] = "ɑ"
end
end
elseif syllables[i]["nucleus"] == "a" then
syllables[i]["nucleus"] = "ä"
elseif syllables[i]["nucleus"] == "aː" then
syllables[i]["nucleus"] = "äː"
elseif syllables[i]["nucleus"] == "aːː" then
syllables[i]["nucleus"] = "äːː"
end
end
end
end

Navigation menu