mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 14:52:25 +00:00
Merge pull request #17 from stefanw/patch-1
Fix spelling error of German number tausend (1000)
This commit is contained in:
@@ -40,7 +40,7 @@ class Num2Word_DE(Num2Word_EU):
|
||||
tens = ["dez", "vigint", "trigint", "quadragint", "quinquagint",
|
||||
"sexagint", "septuagint", "oktogint", "nonagint"]
|
||||
self.high_numwords = ["zent"]+self.gen_high_numwords(units, tens, lows)
|
||||
self.mid_numwords = [(1000, "tausand"), (100, "hundert"),
|
||||
self.mid_numwords = [(1000, "tausend"), (100, "hundert"),
|
||||
(90, "neunzig"), (80, "achtzig"), (70, "siebzig"),
|
||||
(60, "sechzig"), (50, "f\xFCnfzig"), (40, "vierzig"),
|
||||
(30, "drei\xDFig")]
|
||||
|
||||
Reference in New Issue
Block a user