We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running django-admin makemessages --all I faced the following issue:
django-admin makemessages --all
It is possible to run as django-admin makemessages --locale=pt_br but we need fixing anyway :)
django-admin makemessages --locale=pt_br
Thanks!
The text was updated successfully, but these errors were encountered:
I suspect this is a problem with django looking at the LANGUAGES setting for its locale names.
LANGUAGES
https://docs.djangoproject.com/en/5.0/ref/settings/#languages
With Brazilian, the language code that needs to go in the setting is pt-br, but message catalog creation uses locale name which is pt_BR.
pt-br
This would need an investigation of how the --all flag is handled.
--all
Sorry, something went wrong.
I'll take a look once I finish the other one for sure :)
No branches or pull requests
When running
django-admin makemessages --all
I faced the following issue:It is possible to run as
django-admin makemessages --locale=pt_br
but we need fixing anyway :)Thanks!
The text was updated successfully, but these errors were encountered: