Changes between Version 3 and Version 4 of Ticket #36950


Ignore:
Timestamp:
Feb 25, 2026, 12:19:57 AM (2 hours ago)
Author:
Ryu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36950 – Description

    v3 v4  
    1111Even though the locale is properly configured and other texts on the admin login page are translated into Japanese, this specific string remains in English.
    1212
    13 However, according to the source, the Japanese translation does exist in the django.po file:
     13However, according to the source, the Japanese translation for this string exists in
    1414
    1515https://github.com/django/django/blob/a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd/django/contrib/admin/locale/ja/LC_MESSAGES/django.po#L572-L573
    1616
    17 so it appears that the translation entry is present, but not being applied in practice.
     17It is possible that the key (msgid) used in the template does not exactly match the one defined in the translation file (for example, due to whitespace or context differences), which may be why the translation is not being applied at runtime.
    1818
    1919
Back to Top