Django

Code

Ticket #8644 (closed: fixed)

Opened 3 months ago

Last modified 3 months ago

Title of admin app index view is untranslatable

Reported by: Rudolph Assigned to: nobody
Milestone: 1.0 Component: django.contrib.admin
Version: SVN Keywords:
Cc: Triage Stage: Accepted
Has patch: 1 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

The title of the app_index view of the admin is marked for translation but in practise never gets translated since the app label is inserted before the translation happens.

Attachments

translate-title-app-index.diff (0.6 kB) - added by Rudolph on 08/28/08 09:03:09.

Change History

08/28/08 09:03:09 changed by Rudolph

  • attachment translate-title-app-index.diff added.

08/28/08 09:47:57 changed by jacob

  • needs_better_patch changed.
  • needs_docs changed.
  • stage changed from Unreviewed to Accepted.
  • needs_tests changed.
  • milestone changed from 1.0 to post-1.0.

We're past string freeze, so we have to push this post-1.0.

08/28/08 14:55:31 changed by Rudolph

  • milestone changed from post-1.0 to 1.0.

This doesn't change or add any strings since the title was already marked with gettext. This patch just fixes a bug (actually it just moves one bracket). Since I did not make that very clear I'll move it back to milestone "1.0". If you still do not want this in 1.0, feel free to move it to post-1.0 again ;).

08/28/08 15:13:05 changed by jacob

Yup, Rudolph, you're right -- my bad!

08/28/08 15:17:32 changed by jacob

  • status changed from new to closed.
  • resolution set to fixed.

(In [8679]) Marked a handful of missed strings for translation. Fixes #8644, #8617, and #8610.


Add/Change #8644 (Title of admin app index view is untranslatable)




Change Properties
Action