mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-05 22:32:25 +00:00
Added missing numbers in "self.ords". (#218)
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
0f63859572
commit
c606fd54e8
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user