mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
Final telugu num2words.
This commit is contained in:
@@ -17,13 +17,13 @@
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from .base import Num2Word_Base
|
||||
from .lang_EU import Num2Word_EU
|
||||
|
||||
|
||||
class Num2Word_KN(Num2Word_Base):
|
||||
class Num2Word_KN(Num2Word_EU):
|
||||
def set_high_numwords(self, high):
|
||||
for n, word in self.high_numwords:
|
||||
self.cards[10 ** n] = word
|
||||
self.cards[10**n] = word
|
||||
|
||||
def setup(self):
|
||||
self.low_numwords = [
|
||||
|
||||
Reference in New Issue
Block a user