closes #1810, map Zotero recipient -> CSL recipient

Also maps interviewer
This commit is contained in:
Simon Kornblith 2011-04-09 06:42:26 +00:00
parent fed724e99d
commit 2776e2c734

View file

@ -8,10 +8,12 @@ Zotero.Cite.System = function(){};
*/
Zotero.Cite.System._zoteroNameMap = {
"author":"author",
"bookAuthor":"container-author",
"editor":"editor",
"translator":"translator",
"interviewer":"interviewer",
"recipient":"recipient",
"seriesEditor":"collection-editor",
"bookAuthor":"container-author"
"translator":"translator"
}
/**