amandasaurus / django-template-i18n-lint

Lint tool to find non-trans/blocktrans text in django templates
http://www.technomancy.org/python/django-template-i18n-lint/
BSD 3-Clause "New" or "Revised" License
69 stars 36 forks source link

handle django templatetag inside html attr & angular.js templates #16

Closed yrik closed 9 years ago

coveralls commented 9 years ago

Coverage Status

Coverage remained the same when pulling 12aa22144c679c5da1a264b80d8944f2de7ad824 on yrik:patch-2 into 1593ea12c006e871564a64901c3189adbfefe6a3 on rory:master.

amandasaurus commented 9 years ago

Could you please add some unittests for this? Just put some known good values and confirm the right thing come out. Thanks

amandasaurus commented 9 years ago

Merged! Thanks. I added some unitests. There was a merge conflict, I think it's OK. Let me know if anything has broken.