numbers2words icon indicating copy to clipboard operation
numbers2words copied to clipboard

Negative value passed to translator.toWords() returns undefined

Open sliterok opened this issue 9 years ago • 2 comments

For example, -231 returns undefined hundred and undefined

sliterok avatar Oct 28 '16 08:10 sliterok

Well, technically speaking, the Readme does say:

Now available locales

  • en_US (0...999999999)
  • cs_CZ (0...999999999)

So that would make your issue a feature request.

silvium avatar Nov 27 '16 17:11 silvium

How about adding a simple detection to add minus then Math.abs the value?

beeing avatar Nov 15 '17 08:11 beeing