Skip to content
forked from JabRef/jabref

Commit 0872e3e

Browse files
authored
1 parent 9a159a4 commit 0872e3e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

associacao-brasileira-de-normas-tecnicas.csl

+2-4
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ tendo as inicias separadas por ponto.-->
106106
<!--A macro 'translator' e responsavel por mostrar os nomes dos tradutores, serao apresentados SOBRENOME, INICIAIS PRENOMES
107107
tendo as inicias separadas por ponto. -->
108108
<macro name="translator">
109-
<text value="Traducao "/>
110109
<names variable="translator" delimiter="; ">
111-
<name delimiter="; " sort-separator=" " delimiter-precedes-last="always">
110+
<name delimiter="; " sort-separator=" " delimiter-precedes-last="always" prefix="Tradução: ">
112111
<name-part name="given" text-case="capitalize-first"/>
113112
<name-part name="family" text-case="capitalize-first"/>
114113
</name>
@@ -201,8 +200,7 @@ autores, exceto em arquivos do tipo 'artigo de jornal, artigo de revista, artigo
201200
<if variable="publisher-place">
202201
<text variable="publisher-place" suffix=": "/>
203202
</if>
204-
<else-if type="entry-encyclopedia">
205-
</else-if>
203+
<else-if type="entry-encyclopedia"></else-if>
206204
<else>
207205
<text value="[s.l.] "/>
208206
</else>

0 commit comments

Comments
 (0)