We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e8904 commit 1d060f9Copy full SHA for 1d060f9
sist02.csl
@@ -67,6 +67,12 @@
67
<label form="short" plural="never"/>
68
</names>
69
</macro>
70
+ <macro name="translator">
71
+ <names variable="translator">
72
+ <name initialize="false" initialize-with=". " name-as-sort-order="all"/>
73
+ <label form="short" plural="never"/>
74
+ </names>
75
+ </macro>
76
<macro name="locators">
77
<group delimiter=", ">
78
<group>
@@ -167,6 +173,7 @@
167
173
<else-if type="book" match="any">
168
174
<group delimiter=". ">
169
175
<text macro="title"/>
176
+ <text macro="translator"/>
170
177
171
178
<text variable="edition"/>
172
179
<text macro="publisher"/>
0 commit comments