mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42: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",
|
self.ords = {"one": "first",
|
||||||
"two": "second",
|
"two": "second",
|
||||||
"three": "third",
|
"three": "third",
|
||||||
|
"four": "fourth",
|
||||||
"five": "fifth",
|
"five": "fifth",
|
||||||
|
"six": "sixth",
|
||||||
|
"seven": "seventh",
|
||||||
"eight": "eighth",
|
"eight": "eighth",
|
||||||
"nine": "ninth",
|
"nine": "ninth",
|
||||||
|
"ten": "tenth",
|
||||||
|
"eleven": "eleventh",
|
||||||
"twelve": "twelfth"}
|
"twelve": "twelfth"}
|
||||||
|
|
||||||
def merge(self, lpair, rpair):
|
def merge(self, lpair, rpair):
|
||||||
|
|||||||
Reference in New Issue
Block a user