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

Triple consonant in Swedish is incorrect #573

Open
ErikChHenriksson opened this issue May 2, 2024 · 0 comments
Open

Triple consonant in Swedish is incorrect #573

ErikChHenriksson opened this issue May 2, 2024 · 0 comments

Comments

@ErikChHenriksson
Copy link

Summary

In Swedish, you can never have three consonants in a row.
When translating numbers to text using num2words, this sometimes happens. For instance, when translating 1000 to text.

Expected Behaviour

1000 -> ettusen

Actual Behaviour

1000 -> etttusen

The rule is basically that there should never be three consonants in a row in any word in Swedish.
It is OK to write "ett tusen" or "ettusen", but never etttusen.

@ErikChHenriksson ErikChHenriksson changed the title Triple t in Swedish is incorrect Triple consonant in Swedish is incorrect May 2, 2024
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

No branches or pull requests

1 participant