Humanizer
Humanizer copied to clipboard
ptBr number.ToWords addAnd not working
When I try to use ToWords method on a number with 5 digits (Ex. 15200) addAnd on portuguese doesn't seems to work.
Example: 15200.ToWords(true); Output: "quinze mil duzentos" Expected: "quinze mil e duzentos"
1520.ToWords(true); Output: "mil quinhentos e vinte" Correct
152000.ToWords(true); Output: "cento e cinquenta e dois mil" Correct
Any news? I'm using Humanizer in a project just to use ToWords, which will be delivered soon, and I'm having trouble getting around this bug.
I am also facing this same problem.