Changes between Version 2 and Version 3 of Ticket #36950
- Timestamp:
- Feb 24, 2026, 11:59:38 PM (4 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36950 – Description
v2 v3 13 13 However, according to the source, the Japanese translation does exist in the django.po file: 14 14 15 `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 16 16 17 17 so it appears that the translation entry is present, but not being applied in practice.