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
The ordinal value for Dutch for zero is:
>>> num2words(0, to='ordinal', lang='nl') 'nule'
In Dutch this would likely be: nulde or nulste. Wiktionary says it is nulde.
nulde
nulste
or we should raise an error to disable values less than or equal to 0.
num2words(0, to='ordinal', lang='nl')
The text was updated successfully, but these errors were encountered:
Fix zeroth in Dutch to nulde fixing savoirfairelinux#325
47a3cac
Merge pull request #326 from hapytex/bugfix/dutch_zero_ordinal
7c86a85
Fix zeroth in Dutch to nulde fixing #325
Successfully merging a pull request may close this issue.
Expected Behaviour
The ordinal value for Dutch for zero is:
Actual Behaviour
In Dutch this would likely be:
nulde
ornulste
. Wiktionary says it is nulde.or we should raise an error to disable values less than or equal to 0.
Steps to reproduce
num2words(0, to='ordinal', lang='nl')
The text was updated successfully, but these errors were encountered: