Skip to content
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

Ordinal of zero in Dutch #325

Closed
KommuSoft opened this issue Sep 21, 2020 · 0 comments · Fixed by #326
Closed

Ordinal of zero in Dutch #325

KommuSoft opened this issue Sep 21, 2020 · 0 comments · Fixed by #326

Comments

@KommuSoft
Copy link
Contributor

KommuSoft commented Sep 21, 2020

Expected Behaviour

The ordinal value for Dutch for zero is:

>>> num2words(0, to='ordinal', lang='nl')
'nule'

Actual Behaviour

In Dutch this would likely be: nulde or nulste. 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')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant