mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
@@ -21,7 +21,7 @@ from . import lang_EU
|
|||||||
|
|
||||||
|
|
||||||
class Num2Word_DK(lang_EU.Num2Word_EU):
|
class Num2Word_DK(lang_EU.Num2Word_EU):
|
||||||
GIGA_SUFFIX = "illarder"
|
GIGA_SUFFIX = "illiarder"
|
||||||
MEGA_SUFFIX = "illioner"
|
MEGA_SUFFIX = "illioner"
|
||||||
|
|
||||||
def setup(self):
|
def setup(self):
|
||||||
@@ -61,6 +61,7 @@ class Num2Word_DK(lang_EU.Num2Word_EU):
|
|||||||
"atten": "att",
|
"atten": "att",
|
||||||
"nitten": "nitt",
|
"nitten": "nitt",
|
||||||
"tyve": "tyv"}
|
"tyve": "tyv"}
|
||||||
|
self.ordflag = False
|
||||||
|
|
||||||
def merge(self, curr, next):
|
def merge(self, curr, next):
|
||||||
ctext, cnum, ntext, nnum = curr + next
|
ctext, cnum, ntext, nnum = curr + next
|
||||||
|
|||||||
Reference in New Issue
Block a user