Missing label for name 'collection-editor'
I can find no CSL term for the name 'collection-editor', so in my (German) styles I have to hard-code
<text value="hg. von" suffix=" "/>
<names variable="collection-editor"><name/></names>
to get collection-editors labeled. Is it possible to add such a term to the next CSL specification? Am I missing something?
Best,
Till
<text value="hg. von" suffix=" "/>
<names variable="collection-editor"><name/></names>
to get collection-editors labeled. Is it possible to add such a term to the next CSL specification? Am I missing something?
Best,
Till
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
It just doesn't seem to be defined in any of the locale files (my guess: because in most languages and styles it's the same word as the "editor" term), but of course you can define it in a style file, as, e.g., din-1505-2.csl does, see https://github.com/citation-style-language/styles/blob/master/din-1505-2.csl#L62.
(Same for any other language, obviously).