merge with stable

This commit is contained in:
Georg Brandl
2014-03-25 09:31:44 +01:00
42 changed files with 173 additions and 39 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ else:
jscatalog = {}
for message in catalog:
if any(x[0].endswith('.js') for x in message.locations):
if any(x[0].endswith(('.js', '.js_t', '.html')) for x in message.locations):
msgid = message.id
if isinstance(msgid, (list, tuple)):
msgid = msgid[0]