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

die is incorrectly pluralized as dies in English #232

Open
Muffinman opened this issue Sep 25, 2023 · 0 comments · May be fixed by #233
Open

die is incorrectly pluralized as dies in English #232

Muffinman opened this issue Sep 25, 2023 · 0 comments · May be fixed by #233

Comments

@Muffinman
Copy link

Example from Laravel for ease of use:

Current:

> Str::plural('die', 2);
= "dies"

> Str::singular('dice');
= "dice"

Expected:

> Str::plural('die', 2);
= "dice"

> Str::singular('dice');
= "die"

dice is the correct plural version of die.

https://www.oed.com/dictionary/die_n1?tab=meaning_and_use#6735635

Muffinman added a commit to Muffinman/inflector that referenced this issue Sep 25, 2023
@Muffinman Muffinman linked a pull request Sep 25, 2023 that will close this issue
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 a pull request may close this issue.

1 participant