#22253 closed New feature (fixed)
Add django-i18n to the mailing lists documentation
| Reported by: | Baptiste Mispelon | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
The page for Django's official mailing lists (https://docs.djangoproject.com/en/1.6/internals/mailing-lists/) should mention the django-i18n mailing list, used to discuss internationalization of Django's components.
From a quick search, that mailing list is only mentionned on the "Localizing Django" page (https://docs.djangoproject.com/en/dev/internals/contributing/localizing/#translations).
Additionally, the link to the mailing list on that page is broken and should be fixed too.
Change History (3)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I have added a patch: https://github.com/django/django/pull/2443
And link on translation page is good.