Changes between Initial Version and Version 1 of Ticket #36950


Ignore:
Timestamp:
Feb 24, 2026, 11:50:38 PM (3 hours ago)
Author:
Ryu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36950 – Description

    initial v1  
    99Even though the locale is properly configured and other texts on the admin login page are translated into Japanese, this specific string remains in English.
    1010
     11However, according to the source, the Japanese translation does exist in the django.po file:
     12
     13https://github.com/django/django/blob/a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd/django/contrib/admin/locale/ja/LC_MESSAGES/django.po#L572-L573
     14
     15so it appears that the translation entry is present, but not being applied in practice.
     16
    1117
    1218Environment:
Back to Top