adding gender-specific ordinals to locales-ar.xml#421
adding gender-specific ordinals to locales-ar.xml#421MazenAmria wants to merge 2 commits intocitation-style-language:masterfrom
Conversation
bwiernik
left a comment
There was a problem hiding this comment.
Thanks! One correction to make
locales-ar.xml
Outdated
| <term name="long-ordinal-08">الثامن</term> | ||
| <term name="long-ordinal-09">التاسع</term> | ||
| <term name="long-ordinal-10">العاشر</term> | ||
| <term name="long-ordinal-01" gender="masculine">الأول</term> |
There was a problem hiding this comment.
| <term name="long-ordinal-01" gender="masculine">الأول</term> | |
| <term name="long-ordinal-01" gender-form="masculine">الأول</term> |
Please make this change to all the ordinal terms. The nouns stay "gender"
|
@bwiernik I've fixed the problem that you mentioned, but it fails with a different error now. I'm not sure if the scheme allows specifying different gender for single and multiple, I think that's the problem. |
|
Yes, that is the problem. You can only set gender on term, not on single/multiple. I'd pick the gender for multiple, which is much more common for the term |
I can only think of usecases with the singular form, like "1st ed" or "3rd print". |
CSL Locales Pull Request Template
You're about to create a pull request to the CSL locales repository.
If you haven't done so already, see http://docs.citationstyles.org/en/stable/translating-locale-files.html for instructions on how to translate CSL locale files, and https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md on how to submit your changes.
In addition, please fill out the pull request template below.
Description
Briefly describe the changes you're proposing.
Checklist
<translator>in the<info>block at the beginning of the file.<updated>in the<info>block. Be sure to preserve the original date-time formatting (for example,2025-09-22T22:06:38+00:00)