[IMP]Adds new files for ES_CO and ES_VE.

This commit is contained in:
José Moreno
2017-03-16 16:33:33 -05:00
parent 905faa20fc
commit b0bca26924
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ from __future__ import unicode_literals, print_function
from .lang_EU import Num2Word_EU from .lang_EU import Num2Word_EU
class Num2Word_ES(Num2Word_EU): class Num2Word_ES_CO(Num2Word_EU):
# //CHECK: Is this sufficient?? # //CHECK: Is this sufficient??
def set_high_numwords(self, high): def set_high_numwords(self, high):
max = 3 + 6*len(high) max = 3 + 6*len(high)

View File

@@ -20,7 +20,7 @@ from __future__ import unicode_literals, print_function
from .lang_EU import Num2Word_EU from .lang_EU import Num2Word_EU
class Num2Word_ES(Num2Word_EU): class Num2Word_ES_VE(Num2Word_EU):
# //CHECK: Is this sufficient?? # //CHECK: Is this sufficient??
def set_high_numwords(self, high): def set_high_numwords(self, high):
max = 3 + 6*len(high) max = 3 + 6*len(high)