Module:mg-pron: Difference between revisions

Undo revision 235712 by Sware (talk)
No edit summary
(Undo revision 235712 by Sware (talk))
Tag: Undo
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ɑɐ])(.?)", "%1%2ː")  
term = gsub(term, "(ˈ..?a" .. CEN .. ")", "%")  
return term
return term