- Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
bugSomething isn't workingSomething isn't workingpure python version onlyThe bug does not exist on the Rust versionThe bug does not exist on the Rust version
Description
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'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpure python version onlyThe bug does not exist on the Rust versionThe bug does not exist on the Rust version