problem with "et al"
When I am working with bibliography in MS Word, Zotero automatically translates "et al" to the local (russian) version "и др". How can I turn this feature off? (I am writing an article in english and thus I need "et al")
Windows and Firefox are russian, MS Word is english.
Thanks in advance.
Windows and Firefox are russian, MS Word is english.
Thanks in advance.
I had the same problem with my French version for "et al", "in", and "eds". I have added just after the </info> line
<terms>
<locale xml:lang="fr">
<term name="et-al">et al</term>
<term name="in">in</term>
<term name="editor" form="short">
<single>ed</single>
<multiple>eds</multiple>
</term>
</locale>
</terms>
So for your problem I guess you have to add
<terms>
<locale xml:lang="ru">
<term name="et-al">et al</term>
</locale>
</terms>
Just a note - these lines should be added to a style file (*.csl), which is found in "styles" folder of Zotero.
http://forums.zotero.org/discussion/2991/
https://addons.mozilla.org/en-US/firefox/addon/14442/