Juris-M / citeproc-js

A JavaScript implementation of the Citation Style Language (CSL) https://citeproc-js.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Localizing commas, colons, and semicolons

josephdangerstewart opened this issue · comments

Does this library support localizing commas, colons, and semicolons (specifically in name or group delimiters)?

This PR added commas and semi colons to the CSL schema in mid-2020 although I don't know if the replacement strategy was ever decided on (though it was proposed to just indiscriminately replace all commas, colons, and semicolons with the localized version).

I have the following CSL added here

<term name="comma">,</term>
<term name="colon">:</term>
<term name="semicolon">;</term>

However, rendering citations in the Chicago fullnote bibliography style does not localize any of the commas, colons, or semicolon.

Do I need to make a change to the citation style? Or is this just not supported currently?

Sorry for the late answer. The linked PR is against the 1.1-branch. CSL is still at 1.0.2 so no support for this feature currently.

Cool, thanks for the confirmation!