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
When 'wording' multiples of 100, a trailing 'and' is added improperly when using 'to_words(hundreds_with_union: true)'.
Some examples will make it clearer:
900 -> "nine hundred and" (instead of just "nine hundred") 600 -> "six hundred and" (instead of just "six hundred")
Cheers, and thanks for the gem!
The text was updated successfully, but these errors were encountered:
#58. Extra 'and' added after round hundreds (using hundreds_with_unio…
6fb00f4
…n: true) in English.
hey @mafraba, thank you for your bug report. the issue should be fixed, if you want you can test it with the development branch.
Sorry, something went wrong.
eLod
No branches or pull requests
When 'wording' multiples of 100, a trailing 'and' is added improperly when using 'to_words(hundreds_with_union: true)'.
Some examples will make it clearer:
900 -> "nine hundred and" (instead of just "nine hundred")
600 -> "six hundred and" (instead of just "six hundred")
Cheers, and thanks for the gem!
The text was updated successfully, but these errors were encountered: