Change &al. in &coll.
Hi,
I want to change the citation format author-date which give for exemple
moreau et al.
in
moreau et coll.
I want to change the citation format author-date which give for exemple
moreau et al.
in
moreau et coll.
http://citationstyles.org/downloads/specification.html#locale
specifically, use
<locale xml:lang="en">
<terms>
<term name="et-al">et coll.</term>
</terms>
</locale>
replace the "en" in the locale with the language you want this for - e.g. "fr" for French, "es" for Spanish, etc.
Edit: that passage should come right after the "info" section, i.e. starting after
</info>