collective / i18ndude

i18ndude performs various tasks related to ZPT's, Python Scripts and i18n.
https://pypi.org/project/i18ndude
4 stars 9 forks source link

find-untranslated reports false positives on HTML attributes #53

Closed gforcada closed 6 years ago

gforcada commented 6 years ago

Since version 4.2.0 of i18ndude <div>${context/Title}</div> are no longer reported by find-untranslated script, but it still reports about <div title="${context/Description}">${context/Title}</div> the title attribute.