You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, the lang parameter should be pt_BR. Anyway, the library should emit a warning or even throw an exception instead of silently choosing Portuguese from Portugal...
Expected Behaviour
print(num2words(19, lang='pt-BR')) # dezenove
Actual Behaviour
print(num2words(19, lang='pt-BR')) # dezanove
The text was updated successfully, but these errors were encountered: