Edgewall Software

Changeset 1263


Ignore:
Timestamp:
Mar 19, 2014, 3:31:48 PM (10 years ago)
Author:
hodgestar
Message:

Add HTML5 input placeholder attribute to list of translatable attributes (fixes #577).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/genshi/filters/i18n.py

    r1242 r1263  
    605605    ])
    606606    INCLUDE_ATTRS = frozenset([
    607         'abbr', 'alt', 'label', 'prompt', 'standby', 'summary', 'title'
     607        'abbr', 'alt', 'label', 'prompt', 'standby', 'summary', 'title',
     608        'placeholder',
    608609    ])
    609610    NAMESPACE = I18N_NAMESPACE
Note: See TracChangeset for help on using the changeset viewer.