changeset 1038:9da42eed139b stable-0.7.x

Merge r1263 from trunk (add 'placeholder' to list of translatable attributes).
author hodgestar
date Wed, 19 Mar 2014 14:34:20 +0000
parents b94f323297e1
children cddcb39ce5dd
files genshi/filters/i18n.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/i18n.py
+++ b/genshi/filters/i18n.py
@@ -604,7 +604,8 @@
         QName('style'), QName('http://www.w3.org/1999/xhtml}style')
     ])
     INCLUDE_ATTRS = frozenset([
-        'abbr', 'alt', 'label', 'prompt', 'standby', 'summary', 'title'
+        'abbr', 'alt', 'label', 'prompt', 'standby', 'summary', 'title',
+        'placeholder',
     ])
     NAMESPACE = I18N_NAMESPACE
 
Copyright (C) 2012-2017 Edgewall Software