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

Fix zeroth in Dutch to nulde fixing #325 #326

Merged

Conversation

KommuSoft
Copy link
Contributor

Fixes #325 by Willem Van Onsem

Changes proposed in this pull request:

  • zeroth (ordinal) for Dutch is "nulde", not "nule"

Status

  • READY
  • HOLD
  • WIP (Work-In-Progress)

How to verify this change

Added a testcase in tests/test_nl.py. One can validate that this is the correct ordinal on https://en.wiktionary.org/wiki/nulde

@coveralls
Copy link

coveralls commented Sep 21, 2020

Pull Request Test Coverage Report for Build 2884042153

  • 2 of 2 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.0003%) to 96.551%

Totals Coverage Status
Change from base Build 2883873615: 0.0003%
Covered Lines: 7221
Relevant Lines: 7400

💛 - Coveralls

@applied-machinelearning
Copy link

@mromdhane could this be merged or is a new / updated pull request necessary ?

@mrodriguezg1991
Copy link
Contributor

@KommuSoft hello and thanks for the contribution
Can you update this PR with the changes from master in order to run the test and review it ?
Thanks

israelst and others added 25 commits August 18, 2022 18:51
Remove an unnecessary condition, since the very same action follows it.
* [tr] return Turkish 0 ordinal and cardinal

* add str_to_number to Turkish

* try rather use Num2Word_Base
…SR languages (savoirfairelinux#400)

* Fix English char 'i' in Ukrainian words

* Fix the feminine currency processing for UAH in lang_UK.py

* Fix test_ua.py

* Fix the feminine currency processing for UAH in lang_RU.py

* Add tests for UAH in test_ru.py

* Add world currencies to lang_UK.py; Add test cases to test_uk.py for world currencies

* Fix incorrect handling of zeros after decimal point for CZ, KZ, LT, LV, PL, RU, SR and UK languages

* Add ukrainian ordinal numbers

* Fix too long lines of code

* Add test for negative cardinal number
…es); fixed accents in test_es.py (dieciséis, dólar, dólares, veintiún)
Fixed:
./num2words/lang_ES.py:366:56: E261 at least two spaces before inline comment
./num2words/lang_ES.py:366:80: E501 line too long (100 > 79 characters)
Fixed accent in Spanish examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
Fixed accent in Spanish command line examples ("centimos"->"céntimos"), thus making the example consistent with actual current behaviour.
@KommuSoft
Copy link
Contributor Author

@KommuSoft hello and thanks for the contribution Can you update this PR with the changes from master in order to run the test and review it ? Thanks

Done!

@mrodriguezg1991 mrodriguezg1991 merged commit 7c86a85 into savoirfairelinux:master Aug 18, 2022
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 this pull request may close these issues.

Ordinal of zero in Dutch