Added missing numbers in "self.ords". (#218)

This commit is contained in:
Aaron M
2018-10-20 13:56:19 -07:00
committed by Ernesto Rodriguez Ortiz
parent 0f63859572
commit c606fd54e8

View File

@@ -44,9 +44,14 @@ class Num2Word_EN(lang_EU.Num2Word_EU):
self.ords = {"one": "first",
"two": "second",
"three": "third",
"four": "fourth",
"five": "fifth",
"six": "sixth",
"seven": "seventh",
"eight": "eighth",
"nine": "ninth",
"ten": "tenth",
"eleven": "eleventh",
"twelve": "twelfth"}
def merge(self, lpair, rpair):