How do I use a modified locale.csl file

edited 3 days ago
I've merged changes to a locale.csl file on Github, but since there were no Zotero builds since I wonder how I can use it locally for now.
Looking for a method that doesn't involve me rebuilding the repo, on Mac.
  • edited 3 days ago
    As I had explained to you on Reddit, you can override any locale in a .csl style.
    Your style will likely already have a locale like this. If not, paste this after the info section and change the language under xml-lang to what you need and add any terms there as you see fit.
    <locale xml:lang="en">
    <terms>
    <term name="page" form="short">
    <single>p.</single>
    <multiple>pp.</multiple>
    </term>
    </terms>
    </locale>
  • ah! now got it, that was the missing part. Thank you
Sign In or Register to comment.