Style translate don't work.
Hello,
I'm having trouble translating styles.
I'm choosing the Cite Them Right 12th edition (author-date/Harvard) style.
I'm choosing Polish.
And yet Zotero is inserting the English "et al" instead of "i in" and "&" instead of "i."
It simply doesn't respect the language setting.
I'm having trouble translating styles.
I'm choosing the Cite Them Right 12th edition (author-date/Harvard) style.
I'm choosing Polish.
And yet Zotero is inserting the English "et al" instead of "i in" and "&" instead of "i."
It simply doesn't respect the language setting.
Upgrade Storage
But currently, our polish "locale" aka translations has "et al.".
https://github.com/citation-style-language/locales/blob/d7da45fc8b1b86c445c5019af5b95b8293748ffd/locales-pl-PL.xml#L47
You'd need to modify the citation style to achieve "i in"
And how to insert this file in Zotero
<locale xml:lang="en-GB"><terms>
<term name="editor" form="short">
<single>ed.</single>
<multiple>eds</multiple>
</term>
<term name="editortranslator" form="verb">edited and translated by</term>
<term name="edition" form="short">edn.</term>
</terms>
</locale>
You'll want to create, next to this, a polish (pl-Pl) with the same structure that redefines the et-al style.