ed. instead of eds. for multiple editors

edited December 7, 2023
Hello

I'm using Harvard (Leeds Beckett University). I've noticed when I'm referencing several editors Zotero is always using ed. instead of eds. and doesn't seem to recognise there are multiple editors. I think it's something in relation to the thread below?

<names variable="editor">
<name initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" and="text"/>
</names>
<text term="editor" form="short" prefix=" "/>


Any help would be appreciated :)
  • Yes, that section should be

    <names variable="editor">
    <name initialize-with=". " name-as-sort-order="all" delimiter=", " delimiter-precedes-last="never" and="text"/>
    <label form="short" prefix=" "/>
    </names>


    We'll fix this, but might take a couple of days
Sign In or Register to comment.