Changes between Initial Version and Version 1 of Ticket #36950
- Timestamp:
- Feb 24, 2026, 11:50:38 PM (3 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36950 – Description
initial v1 9 9 Even though the locale is properly configured and other texts on the admin login page are translated into Japanese, this specific string remains in English. 10 10 11 However, according to the source, the Japanese translation does exist in the django.po file: 12 13 https://github.com/django/django/blob/a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd/django/contrib/admin/locale/ja/LC_MESSAGES/django.po#L572-L573 14 15 so it appears that the translation entry is present, but not being applied in practice. 16 11 17 12 18 Environment: