Fix ordinal_num output for Dutch (NL)

This commit is contained in:
Erwin de Haan
2021-02-14 19:56:24 +01:00
committed by GitHub
parent a2abf77232
commit 9082085d59

View File

@@ -135,7 +135,7 @@ class Num2Word_NL(Num2Word_EU):
def to_ordinal_num(self, value):
self.verify_ordinal(value)
return str(value) + "."
return str(value) + "e"
def pluralize(self, n, forms):
"""