Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

p header argument to give the correct plural form #113

Open
cirosantilli opened this issue Aug 20, 2020 · 1 comment
Open

p header argument to give the correct plural form #113

cirosantilli opened this issue Aug 20, 2020 · 1 comment

Comments

@cirosantilli
Copy link
Contributor

cirosantilli commented Aug 20, 2020

Sometimes the pluralize js lib gets it wrong. There is an API to fix a word, and we should PR them instead, but for lazy one offs... let's do it?

= Mitochondrion
{p=Mitochondria}

\x[mitochondrion]{p}

or perhaps with a separate header:

= Mitochondrion

= Mitochondria
{synonym=plural}

?

A workaround for this especially when {p} does not cut it because the plural is not the last word is to use {synonym}:

= Shade of grey

= Shades of grey
{synonym}

maybe that is good enough actually.

The advantage of {p} is that is does not take up extra ID space. The diametrically opposite proposal is done at: #165

@cirosantilli
Copy link
Contributor Author

E.g. pluralize bugs: plurals/pluralize#172

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant