-
-
Notifications
You must be signed in to change notification settings - Fork 63
'and' <> '&' in terms #450
Description
Provide missing editor-translator. More styles probably need 'ed. and trans.' than 'ed. & trans.', but this is probably not something that CSL can easily change at this point
Originally posted by @adunning in citation-style-language/locales#343 (comment)
The editortranslator/editor-translator term default includes & in English and most other locales. For styles with and="text", this should probably be changed to and.
This could be implemented individually in styles (assuming that they don't include both text and symbol in different contexts), but it would be awesome
This could ultimately be solved by implementing general collapsing of role labels (e.g., "Director and Writer"), but a shorter-term solution could be implement in processors by swapping between '&' and the localized 'and="text"' term to align with the and parameter of the calling environment.