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
I cannot convert ordinal less than 3 in Portuguese even setting the ordinal threshold parameter. Is there any way to do that?
Examples:
alpha2digit("primeiro", "pt", ordinal_threshold=0)
Expected = 1º Result = 'primeiro'
alpha2digit("segundo", "pt", ordinal_threshold=1)
Expected = 2º Result = 'segundo'
The text was updated successfully, but these errors were encountered:
It looks like there is a bug in the Portuguese version indeed.
Sorry, something went wrong.
This is also an issue in English. 'First', 'Second' and 'Third' do not get interpreted.
Even with ordinal_threshold=0?
ordinal_threshold=0
No branches or pull requests
I cannot convert ordinal less than 3 in Portuguese even setting the ordinal threshold parameter. Is there any way to do that?
Examples:
alpha2digit("primeiro", "pt", ordinal_threshold=0)
Expected = 1º
Result = 'primeiro'
alpha2digit("segundo", "pt", ordinal_threshold=1)
Expected = 2º
Result = 'segundo'
The text was updated successfully, but these errors were encountered: