Changes between Version 1 and Version 2 of Ticket #36950


Ignore:
Timestamp:
Feb 24, 2026, 11:59:18 PM (4 hours ago)
Author:
Ryu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36950 – Description

    v1 v2  
    11Description:
     2
     3[[Image(login-page.jpg, width=700)]]
    24
    35On the Django admin login page, the text:
     
    1113However, according to the source, the Japanese translation does exist in the django.po file:
    1214
    13 https://github.com/django/django/blob/a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd/django/contrib/admin/locale/ja/LC_MESSAGES/django.po#L572-L573
     15`https://github.com/django/django/blob/a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd/django/contrib/admin/locale/ja/LC_MESSAGES/django.po#L572-L573`
    1416
    1517so it appears that the translation entry is present, but not being applied in practice.
Back to Top