Opened 18 years ago

Closed 18 years ago

#2577 closed defect (fixed)

[patch] validators.py: isSlug(): user message without gettext

Reported by: henrik_kroeger@… Owned by: Adrian Holovaty
Component: Validators Version: dev
Severity: minor Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In core/validators.py in function isSlug() on line 71 the output goes without gettext().
This results in missing translation.

Attachments (2)

validators.py (23.9 KB ) - added by henrik_kroeger@… 18 years ago.
validators.py.diff (231 bytes ) - added by henrik_kroeger@… 18 years ago.
made from Revision 3631

Download all attachments as: .zip

Change History (4)

by henrik_kroeger@…, 18 years ago

Attachment: validators.py added

comment:1 by anonymous, 18 years ago

Summary: validators.py: isSlug(): user message without gettext[patch] validators.py: isSlug(): user message without gettext

by henrik_kroeger@…, 18 years ago

Attachment: validators.py.diff added

made from Revision 3631

comment:2 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [3634]) Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patch, henrik_kroeger@…

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