Module:etymology: Difference between revisions

No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 69: Line 69:
elseif conj == "-" then
elseif conj == "-" then
sep = "-"
sep = "-"
elseif conj == "+" then
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))