Module:qlu-pron: Difference between revisions
No edit summary |
No edit summary |
||
| Line 130: | Line 130: | ||
if not match(table.concat(ret, "·"), "ˈ") then | if not match(table.concat(ret, "·"), "ˈ") then | ||
table.insert(ret, #ret-1, "ˈ") | table.insert(ret, #ret-1, "ˈ") | ||
end | |||
if #ret >= 4 then | |||
if not match(#ret-3, "ˌ") then | |||
table.insert(ret, #ret-3, "ˌ") | |||
end | |||
end | end | ||