Humanizer icon indicating copy to clipboard operation
Humanizer copied to clipboard

ptBr number.ToWords addAnd not working

Open gustainMars opened this issue 3 years ago • 2 comments

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

gustainMars avatar Oct 15 '21 00:10 gustainMars

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.

gustainMars avatar May 10 '22 14:05 gustainMars

I am also facing this same problem.

luis-fss avatar Feb 07 '24 23:02 luis-fss