Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#15524 closed (fixed)

Localize EMPTY_CHANGELIST_VALUE

Reported by: Simon Charette Owned by: nobody
Component: Internationalization Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Design decision needed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This string is not localized and is used for empty changelist values and, since r15649, in the filterspecs of fields with null=True. I'm not supplying a patch atm because i don't know how a to request a string localization addition.

Change History (4)

comment:1 by Ramiro Morales, 13 years ago

Component: UncategorizedInternationalization
Triage Stage: UnreviewedDesign decision needed

comment:2 by Ramiro Morales, 13 years ago

Resolution: fixed
Status: newclosed

In [15698]:

Fixed #15524 -- Marked up for translation literal shown by the admin app e.g. in nullable changelist cells and filters. Thanks charettes for the report.

comment:3 by Matthias Kestenholz, 13 years ago

ugettext? Really? Shouldn't this be ugettext_lazy?

comment:4 by Jannis Leidel, 13 years ago

In [15704]:

Slightly modified change [15698] to use ugettext_lazy since it's a module level variable. Refs #15524.

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