This commit is contained in:
Daniel-EST
2022-01-28 15:30:48 -03:00
parent 40ab739f6c
commit 74ba6ee3b3

View File

@@ -49,7 +49,7 @@ class Num2Word_PT_BR(lang_PT.Num2Word_PT):
if nnum < 1000000:
return next
ctext = "um"
elif cnum == 100 and not nnum == 1000:
elif cnum == 100 and nnum % 1000 != 0:
ctext = "cento"
if nnum < cnum: