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

Incorrect pluralization of words ending in "ion" #119

Open
beastbytes opened this issue Nov 23, 2023 · 0 comments
Open

Incorrect pluralization of words ending in "ion" #119

beastbytes opened this issue Nov 23, 2023 · 0 comments
Labels

Comments

@beastbytes
Copy link

beastbytes commented Nov 23, 2023

What steps will reproduce the problem? Pluralize a word ending in "ion", e.g.

$plural = $inflector->toPlural('nation');

What is the expected result?

$plural === 'nations';

What do you get instead?

$plural === 'natia';

Additional info

Q A
Version dev-master
PHP version 8.2
Operating system Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants