10,794
edits
TheNightAvl (talk | contribs) (Added geminate resolution) |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 629: | Line 629: | ||
if p_next == p_current and (boundary[p_next2] or p_next2 == nil) and consonant[p_current] then | if p_next == p_current and (boundary[p_next2] or p_next2 == nil) and consonant[p_current] then | ||
p_RemoveNext() | p_RemoveNext() | ||
mw.log("Geminate [" .. p_current .. "] removed in final position") | mw.log("Geminate [" .. p_current .. "] removed in final position at position " .. i .. ".") | ||
end | end | ||