(I'm assuming this is related to the docs.djangoproject.com build and not the Django docs source. Apologies if this ends up belonging in code.djangoproject.com instead.)
Some—but not all—of the versionchanged (and maybe versionadded?) labels in the English docs are showing up in Swedish. Example from https://docs.djangoproject.com/en/6.0/topics/email/:
Changed in Django 6.0:
Support for MIMEPart attachments was added.
Ersatt sedan version 6.0:
Support for email.mime.base.MIMEBase attachments is deprecated. Use MIMEPart instead.
Here's a screenshot:

(Search for "Ersatt" in the page to find several other examples.)
(I'm assuming this is related to the docs.djangoproject.com build and not the Django docs source. Apologies if this ends up belonging in code.djangoproject.com instead.)
Some—but not all—of the
versionchanged(and maybeversionadded?) labels in the English docs are showing up in Swedish. Example from https://docs.djangoproject.com/en/6.0/topics/email/:Here's a screenshot:

(Search for "Ersatt" in the page to find several other examples.)