mirror of
https://github.com/zotero/zotero.git
synced 2026-09-23 00:43:17 +00:00
Update utilities.js
This commit is contained in:
parent
472892b4f0
commit
7b40ae2a46
1 changed files with 4 additions and 3 deletions
|
|
@ -54,9 +54,9 @@ const CSL_TEXT_MAPPINGS = {
|
|||
"collection-number":["seriesNumber"],
|
||||
"publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */
|
||||
"publisher-place":["place"],
|
||||
"authority":["court"],
|
||||
"authority":["court","legislativeBody", "issuingAuthority"],
|
||||
"page":["pages"],
|
||||
"volume":["volume"],
|
||||
"volume":["volume", "codeNumber"],
|
||||
"issue":["issue"],
|
||||
"number-of-volumes":["numberOfVolumes"],
|
||||
"number-of-pages":["numPages"],
|
||||
|
|
@ -80,7 +80,8 @@ const CSL_TEXT_MAPPINGS = {
|
|||
"call-number":["callNumber"],
|
||||
"note":["extra"],
|
||||
"number":["number"],
|
||||
"references":["history"],
|
||||
"chapter-number":["session"],
|
||||
"references":["history", "references"],
|
||||
"shortTitle":["shortTitle"],
|
||||
"journalAbbreviation":["journalAbbreviation"],
|
||||
"language":["language"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue