-
Notifications
You must be signed in to change notification settings - Fork 966
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
Ordinalize not working in PT, only for PT-BR #415
Comments
This is related to #416 because my culture is defined as pt and not pt-br. |
@MehdiK Is there a way to register new Ordinalizers from custom classes? If yes, can you post an example? |
@TiagoBrito thanks for reporting the error and submitting the PR.
You should be able to do it by |
If you need more work in PT/PT-BR let me know |
Was the corresponding PR merged? Is this still an open issue? |
Closing due to no response |
I'm trying to use the Ordinalize to transform 1 into 1st with
1.Ordinalize()
but the result was 1 again.Do I need to to a special configuration?
I also have tried other example:
"men".ToQuantity(2) => "2 men"
and it worked...The text was updated successfully, but these errors were encountered: