Opened 4 months ago
Closed 4 months ago
#35590 closed Bug (invalid)
Some translation problems
Reported by: | Paulo Coutinho | Owned by: | |
---|---|---|---|
Component: | contrib.admin | Version: | 5.0 |
Severity: | Normal | Keywords: | translation, user, site |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | yes |
Description
Hi,
1 - The group called "Sites" need be in singular to follow other apps, so, need be "Site", like we have "User" in singular for group name in menu
2 - The translation for "User" group don't exists for portuguese, need be "Usuário" for group name in menu
3 - The translation for "Users" app don't exists for portuguese, need be "Usuários" for app name in menu
Image showing is attached.
Thanks.
Attachments (2)
Change History (3)
by , 4 months ago
Attachment: | django.jpg added |
---|
by , 4 months ago
Attachment: | image-20240711-095114.png added |
---|
comment:1 by , 4 months ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Hi Paulo, thank you for your report.
When I check the Django admin in Portuguese I have translations for user (though this is translated differently)
The title is based off the name of the app, the default user model is in the auth app which is "Authentication and Authorization". The Site model is in the "Sites" app.
I don't think 1 is a bug. With 2 and 3, as you have a different layout in your app, you may have done something custom and might need to add translations in your app.
Our translations are handled at Transifex, the normal workflow is to translate strings using the Transifex platform (https://explore.transifex.com/django/django-docs/), and then periodically, we fetch the translations from Transifex to put them in this repo.
If any string is missing a translation or is translated incorrectly, you're very welcome to join the team to correct this.
For more information and help, you can post in the Django Forum.
The arrows shows what ticked said