Skip to content

Commit 7365ce8

Browse files
authored
fix editor label for french apa.csl (#4616)
via https://forums.zotero.org/discussion/81829/eds-in-french
1 parent fa6bb22 commit 7365ce8

10 files changed

+56
-0
lines changed

apa-5th-edition.csl

+8
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
<updated>2012-09-27T22:06:38+00:00</updated>
3131
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
3232
</info>
33+
<locale xml:lang="fr">
34+
<terms>
35+
<term name="editor" form="short">
36+
<single>éd.</single>
37+
<multiple>éds.</multiple>
38+
</term>
39+
</terms>
40+
</locale>
3341
<macro name="container-contributors">
3442
<choose>
3543
<if type="chapter paper-conference" match="any">

apa-6th-edition.csl

+8
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
<term name="et-al">et al.</term>
8585
</terms>
8686
</locale>
87+
<locale xml:lang="fr">
88+
<terms>
89+
<term name="editor" form="short">
90+
<single>éd.</single>
91+
<multiple>éds.</multiple>
92+
</term>
93+
</terms>
94+
</locale>
8795
<macro name="container-contributors-booklike">
8896
<choose>
8997
<if variable="container-title">

apa-annotated-bibliography.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

apa-cv.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

apa-no-ampersand.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

apa-no-doi-no-issue.csl

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
<term name="et-al">et al.</term>
8686
</terms>
8787
</locale>
88+
<locale xml:lang="fr">
89+
<terms>
90+
<term name="editor" form="short">
91+
<single>éd.</single>
92+
<multiple>éds.</multiple>
93+
</term>
94+
</terms>
95+
</locale>
8896
<macro name="container-contributors-booklike">
8997
<choose>
9098
<if variable="container-title">

apa-old-doi-prefix.csl

+8
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@
8585
<term name="et-al">et al.</term>
8686
</terms>
8787
</locale>
88+
<locale xml:lang="fr">
89+
<terms>
90+
<term name="editor" form="short">
91+
<single>éd.</single>
92+
<multiple>éds.</multiple>
93+
</term>
94+
</terms>
95+
</locale>
8896
<macro name="container-contributors-booklike">
8997
<choose>
9098
<if variable="container-title">

apa-single-spaced.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

apa-with-abstract.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

apa.csl

+4
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
<terms>
8181
<term name="letter">communication personnelle</term>
8282
<term name="letter" form="short">lettre</term>
83+
<term name="editor" form="short">
84+
<single>éd.</single>
85+
<multiple>éds.</multiple>
86+
</term>
8387
</terms>
8488
</locale>
8589
<locale xml:lang="nb">

0 commit comments

Comments
 (0)