# Please follow the general troubleshooting steps first: - [x] I read the README and followed the instructions. - [x] I am sure that the used CSL metadata follows the [CSL schema](https://github.com/citation-style-language/schema/blob/master/csl-data.json). - [x] I use a valid CSL stylesheet ### Bug reports: Ordinal suffix (ᵉʳ) not shown on day of a date when option limit-day-ordinals-to-day-1 is set. https://docs.citationstyles.org/en/v1.0.2/specification.html#locale-options | data | citeproc-php | zotero | |--------|--------|--------| | "date-parts": [[1946, 5, 1]] | 1 mai | 1ᵉʳ mai | #### Used CSL stylesheet: #### - locale: fr - style: organization #### Used CSL metadata #### Please replace these lines with your used metadata, for instance: [ { "id": "n1", "type": "article-newspaper", "title": "1ᵉʳ mai", "issued": { "date-parts": [[2023, 5, 1]] } } ]