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

Add data to singular words with no plurals #191

Closed
wants to merge 2 commits into from

Conversation

Commandtechno
Copy link

@Commandtechno Commandtechno commented Mar 3, 2022

pluralize.singular('data') returns datum because of the rule here: https://github.com/plurals/pluralize/blob/master/pluralize.js#L385

This PR just adds data to the list of singular words with no plurals because I don't believe data has a plural form

Closes #145

`pluralize.singular('data')` returns `datum` because of the rule here: https://github.com/plurals/pluralize/blob/master/pluralize.js#L385

This PR Just adds data to the list of singular words with no plurals because I don't believe data has a plural form

Closes plurals#145
@Commandtechno
Copy link
Author

That was an accident

Anyways, I removed agenda from the list as well as mentioned in the original issue because agendas is its plural form

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

Successfully merging this pull request may close these issues.

Exceptions for 'data' and 'agenda'.
1 participant