changeset 1039:51515d7ffbe4 stable-0.6.x

Merge r1263 from trunk (add 'placeholder' to list of translatable attributes).
author hodgestar
date Wed, 19 Mar 2014 14:35:27 +0000
parents 26d6ac224d3b
children 63c0a3911ab8
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
@@ -607,7 +607,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