Module:siwa-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 153: | Line 153: | ||
if w then | if w then | ||
term = gsub(term, "ꬶl", "ʔł") | term = gsub(term, "ꬶl", "ʔł") | ||
for _, anap in ipairs(m_sm.anaptyctic) do | |||
for s in gmatch(term, anap) do | |||
term = gsub(term, s[1], s[2]) | |||
end | |||
end | |||
elseif e then | elseif e then | ||
term = gsub(term, "([đƀ])r", "%1ʼqʼ") | term = gsub(term, "([đƀ])r", "%1ʼqʼ") | ||