mirror of
https://github.com/bblaz/num2words.git
synced 2026-05-13 12:22:52 +00:00
39f522f34a
Negative amounts were not working (when no currency is used), because `get_digits` method does not expect `-` sign, which crashes conversion. To avoid that, we split minus sign from number string and prepare its word to be used with amount words. closes: #184