Module:mg-pron: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 89: Line 89:
end
end
term = gsub(term, "[ɡɣ]([ei])", g and "j%1" or "h")
term = gsub(term, "[ɡɣ]([ei])", (g and "j" or "h") .. "%1")
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)