Django

Code

Changeset 6263

Show
Ignore:
Timestamp:
09/15/07 00:14:16 (10 months ago)
Author:
adrian
Message:

Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, permon

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/utils/translation/trans_real.py

    r5609 r6263  
    492492                    out.write(' gettext(%r) ' % g) 
    493493                elif bmatch: 
     494                    for fmatch in constant_re.findall(t.contents): 
     495                        out.write(' _(%s) ' % fmatch) 
    494496                    intrans = True 
    495497                    inplural = False