mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
add indonesian ('id')
This commit is contained in:
@@ -182,7 +182,7 @@ class Num2Word_Base(object):
|
||||
pass
|
||||
|
||||
|
||||
def to_ordinal(value):
|
||||
def to_ordinal(self, value):
|
||||
return self.to_cardinal(value)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user