Set Django 6 as the new django-docs-translations sources
It looks like the https://docs.djangoproject.com/pots/*.pot files (source for Transifex translations) is still on Django 5.2.
Could you please update the DocumentRelease.is_default flag so as the source will be Django 6.0?
@nessita, is it something you can do?
It looks like the https://docs.djangoproject.com/pots/*.pot files (source for Transifex translations) is still on Django 5.2. Could you please update the
DocumentRelease.is_defaultflag so as the source will be Django 6.0?@nessita, is it something you can do?
Yes, I have the permissions, but also I already did this last week, as part of the 6.0 final release:
Yes, looks good. However, I wonder why we still have "Django 5.2" in the file http://docs.djangoproject.com/pots/index.pot (and oll other pot files).
Does the 5.2 branch need to be set as stale or something like this? https://github.com/django/django-docs-translations/branches
No, I don't think so. The is_default flag should be enough. See https://github.com/django/djangoproject.com/blob/39467c3ae39d5708ee9486840643a3e1448f2f35/docs/management/commands/update_docs.py#L182
Please, could someone having access to the server debug what's happening and why the pot build is not using the 6.0 sources?