Open auahelap opened 2 years ago
Hello,
I am trying to use num2words for id (Indonesia language). however it give me 'Num2Word_ID' object has no attribute 'str_to_number'.
any idea why?
Because there is no inheritance in ID language set
class Num2Word_ID():
and it should be
class Num2Word_ID(Num2Word_Base): or similar
class Num2Word_ID(Num2Word_Base):
Hello,
I am trying to use num2words for id (Indonesia language). however it give me 'Num2Word_ID' object has no attribute 'str_to_number'.
any idea why?