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

Inflection singularizes Databases to Databasis #1042

Closed
Nefcanto opened this issue Mar 17, 2021 · 1 comment · Fixed by #1423
Closed

Inflection singularizes Databases to Databasis #1042

Nefcanto opened this issue Mar 17, 2021 · 1 comment · Fixed by #1423

Comments

@Nefcanto
Copy link

Hello.

Thank you for this great library.

Simply run this code:

var singular = "Databases".Singularize();

The result would be "Databasis".

I just thought to report it back so you may fix it. I solved my problem in a different way.

Thank you.

@hangy
Copy link
Contributor

hangy commented Aug 17, 2021

It really shouldn't as it's already added as an exception:

yield return new object[] { "database", "databases" };
Do you remember which version of Humanizer you tested this in?

hazzik added a commit that referenced this issue Feb 21, 2024
hazzik added a commit that referenced this issue Feb 21, 2024
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.

2 participants