10,735
edits
TheNightAvl (talk | contribs) mNo edit summary |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 19: | Line 19: | ||
table.insert(out, inflection) | table.insert(out, inflection) | ||
end | end | ||
if i > 1 and inflections[i+1] and inflection ~= "/" then | if i > 1 and inflections[i+1] ~= "/" and inflection ~= "/" then | ||
table.insert(out, | table.insert(out, " ") | ||
end | end | ||
end | end |