Module:etymology: Difference between revisions
No edit summary |
No edit summary |
||
| Line 69: | Line 69: | ||
elseif conj == "-" then | elseif conj == "-" then | ||
sep = "-" | sep = "-" | ||
elseif conj == "+" then | |||
sep = " " | |||
elseif conj then | elseif conj then | ||
error(("Internal error: Unrecognized conjunction \"%s\""):format(conj)) | error(("Internal error: Unrecognized conjunction \"%s\""):format(conj)) | ||