Different language for single reference in bibliography
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
http://citationstyles.org/downloads/specification.html#date
<date date-parts="year-month-day" form="text" variable="accessed"/>
to
<date date-parts="year-month-day" form="" variable="accessed"/>
but nothing changed.
<date variable="accessed" delimiter="-">
<date-part name="day"/>
<date-part name="month" form="numeric"/>
<date-part name="year"/>
</date>
<date variable="accessed" delimiter=" ">
<date-part name="year" suffix=" m."/>
<date-part name="month"/>
<date-part name="day" form="numeric" suffix=" d."/>
</date>
(see http://citationstyles.org/downloads/specification.html#date-part )
This change will affect only multi-lingual layouts, as ordinary CSL styles render all terms in the default locale anyway.
(Edit: the "accessed" term will also render in the default locale. For the present, the other terms you mention can be hard-coded in the style as strings, using <text value="Internet"/> etc.)
And I am proud a bit that I can contribute with that small idea to Zotero :). All credits to you, of course :).
I think that it is good choice not to bind all the terms as there quite easy way to hardcode them. That leaves more flexibility. Who knows what requirements can be for some styles.
Your bug reports and suggestions are invaluable. I implemented the multilingual layout feature because I could see it would be useful down the road, but feedback from production use was needed to work out the details. We've come a long way in the past few weeks, thanks to your patience during trials.
Check out the Polyglot version of Chicago (full note) for a model.