Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong brazilian portuguese translation (dezanove instead of dezenove) #546

Open
leandromattioli opened this issue Nov 27, 2023 · 1 comment

Comments

@leandromattioli
Copy link

Expected Behaviour

print(num2words(19, lang='pt-BR')) # dezenove

Actual Behaviour

print(num2words(19, lang='pt-BR')) # dezanove

@leandromattioli
Copy link
Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant