Opened 5 days ago

Closed 5 days ago

#36231 closed Bug (invalid)

Django 5.2 documentation in korean and mandarin (for 'en')

Reported by: Bryan Han Owned by:
Component: Documentation Version: 5.2
Severity: Normal Keywords:
Cc: Bryan Han Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The django documentation for 5.2 is all currently a mix of korean and mandarin even though the "English" is selected.

Attachments (1)

image-20250305-125646.png (114.5 KB ) - added by Raymond Jessop 5 days ago.

Download all attachments as: .zip

Change History (3)

by Raymond Jessop, 5 days ago

Attachment: image-20250305-125646.png added

comment:1 by Raymond Jessop, 5 days ago

My team has just come across this bug as well.

for the following page.

https://docs.djangoproject.com/el/5.1/ref/contrib/auth/

If you select any language except 'ko,' the page will be in Korean, but if you choose 'ko,' it will be mostly in English.

If you change the version, the page will be in the correct language. However, this seems to only happen when version 5.1 or 5.2 is selected.

I attached a screen shot of the page as well.

Last edited 5 days ago by Raymond Jessop (previous) (diff)

comment:2 by Tim Graham, 5 days ago

Resolution: invalid
Status: newclosed

The correct tracker for website issues is on GitHub, see https://github.com/django/djangoproject.com/issues/1973.

Note: See TracTickets for help on using tickets.
Back to Top