Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8610 closed (fixed)

Mark alt attributes of admin widgets for i18n

Reported by: Jannis Leidel Owned by: Jannis Leidel
Component: contrib.admin Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In django.contrib.admin.widgets are two strings not marked for translation.

Attachments (1)

t8610-8626.diff (1.6 KB ) - added by Jannis Leidel 16 years ago.
small patch to mark alt attributes for i18n

Download all attachments as: .zip

Change History (7)

by Jannis Leidel, 16 years ago

Attachment: t8610-8626.diff added

small patch to mark alt attributes for i18n

comment:1 by Alex Gaynor, 16 years ago

Has patch: set
Triage Stage: UnreviewedReady for checkin

comment:2 by Jacob, 16 years ago

milestone: 1.0post-1.0

We're past string freeze, so this needs to be post-1.0.

comment:3 by Alex Gaynor, 16 years ago

This doens't change any strings though, it just adds 2, so it's not like there's any loss for translations.

comment:4 by Jacob, 16 years ago

milestone: post-1.01.0

Yeah, Alex is right -- I've been misunderstanding what "string freeze" should mean. My bad.

comment:5 by Jacob, 16 years ago

Resolution: fixed
Status: newclosed

Fixed in [8679].

comment:6 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top