47,697
edits
![]() | We're back! Sorry, bad combo of sickness, funeral and a month-long trip abroad. The site is back now. ![]() |
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
if not match(ret, "ˈ") then | if not match(ret, "ˈ") then | ||
syllables = split(ret, "·") | |||
syllables[#syllables - 1] = "ˈ" .. syllables[#syllables - 1] | |||
ret = table.concat(syllables, "·") | |||
end | end | ||