mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user