We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It really shouldn't as it's already added as an exception:
Humanizer/src/Humanizer.Tests.Shared/InflectorTests.cs
Line 304 in 896ded1
Sorry, something went wrong.
Add test for #1042
4a012e2
Add test for #1042 (#1423)
c451e6e
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: