Module:mg-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 110: Line 110:
term = gsub(term, "([ɡɣ])", g and "%1" or "h")
term = gsub(term, "([ɡɣ])", g and "%1" or "h")
term = gsub(term, "hɑ" .. ADV, "ha" .. CEN)
term = gsub(term, "hɑ" .. ADV, "ha" .. CEN)
term = gsub(term, "(ˈ..?a" .. CEN .. ")", "%")  
term = gsub(term, "(ˈ..?[aɑɐ])(.?)", "%1%2ː")  
return term
return term