mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
remove the last comma in dictionary
This commit is contained in:
@@ -59,7 +59,7 @@ class Num2Word_TR(object):
|
||||
"6": u"altıncı",
|
||||
"7": u"yedinci",
|
||||
"8": u"sekizinci",
|
||||
"9": u"dokuzuncu",
|
||||
"9": u"dokuzuncu"
|
||||
}
|
||||
self.CARDINAL_TENS = {
|
||||
"1": u"on",
|
||||
|
||||
Reference in New Issue
Block a user