When millions (with 2 digits, ) values are processed the result is wrong, for
example:
1. With this number: 21907614
Wrong output:
veintiuno milones novecientos siete mil seiscientos catorce
note: this output has 2 errors "veintiuno" -> "veintiun" and next error is
"milones" -> "millones"
Expected output:
veintiun millones novecientos siete mil seiscientos catorce
Only values with "one million ..." has right output -> "Un millon ..."
I am working in a path, soon upload it.
Original issue reported on code.google.com by
oscar.al...@gmail.comon 28 Jul 2014 at 5:36