2,788
edits
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
if data.gloss then table.insert(out, '“' .. data.gloss .. '”') end | if data.gloss then table.insert(out, '“' .. data.gloss .. '”') end | ||
if data.pos then table.insert(out, data.pos) end | if data.pos then table.insert(out, data.pos) end | ||
return table.concat(out) | return table.concat(out, ", ") | ||
end | end | ||