48,355
edits
No edit summary |
No edit summary |
||
| Line 212: | Line 212: | ||
return target | return target | ||
else | else | ||
if lang:hasType("conlang") then | |||
.. " | target = "*" .. target | ||
elseif not lang:hasType("conlang") then | |||
target = "Reconstruction:" .. lang:getFullName() .. "/" .. target | |||
end | |||
end | end | ||