Changes between Version 1 and Version 2 of Ticket #36950
- Timestamp:
- Feb 24, 2026, 11:59:18 PM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36950 – Description
v1 v2 1 1 Description: 2 3 [[Image(login-page.jpg, width=700)]] 2 4 3 5 On the Django admin login page, the text: … … 11 13 However, according to the source, the Japanese translation does exist in the django.po file: 12 14 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` 14 16 15 17 so it appears that the translation entry is present, but not being applied in practice.