Skip to content

[Dutch] "duizend" is not followed by a space #628

@hiddefolkertsma

Description

@hiddefolkertsma

from: https://woordenlijst.org/zoeken/?leidraad=6-9

We schrijven een getal in één woord, tot en met het woord duizend. Na het woord duizend volgt een spatie.

in English:

A number is written as a single word, until "duizend". The word "duizend" is followed by a space.

The word "duizend" in num2words is not followed by a space. Example:

>>> num2words.num2words("2222", lang='nl')
'tweeduizendtweehonderdtweeëntwintig'

Expected behavior:

>>> num2words.num2words("2222", lang='nl')
'tweeduizend tweehonderdtweeëntwintig'

Happy to implement a fix myself later, no time now.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions