You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using num2words to convert amounts to words in respective currency. For example, input to my program can be 12.56 USD or 39.45 SGD, etc. I need to convert it to words in respective currency and print it on an invoice document.
But, for SGD currency, I am getting error
NotImplementedError: Currency code "SGD" not implemented for "Num2Word_EN"
Similar error for CHF, AED and JPY currencies. I have not checked for more currencies, but at least for these 4 currencies, I am getting the above mentioned error.
For currencies like AUD, CAD, EUR, GBP, INR, USD, it is working fine.
Please help. What needs to be done to get rid of this error for these 4 currencies?
The text was updated successfully, but these errors were encountered:
I am using num2words to convert amounts to words in respective currency. For example, input to my program can be
12.56 USD
or39.45 SGD
, etc. I need to convert it to words in respective currency and print it on an invoice document.But, for
SGD
currency, I am getting errorI am using the below function call
Similar error for
CHF
,AED
andJPY
currencies. I have not checked for more currencies, but at least for these 4 currencies, I am getting the above mentioned error.For currencies like
AUD
,CAD
,EUR
,GBP
,INR
,USD
, it is working fine.Please help. What needs to be done to get rid of this error for these 4 currencies?
The text was updated successfully, but these errors were encountered: