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

Helper bash script to scan app or project directory #1

Closed jimallman closed 10 years ago

jimallman commented 13 years ago

I've added a simple bash script that scans all templates within a chosen directory. Feel free to grab this if it seems like a useful addition.

amandasaurus commented 10 years ago

Thanks for your interest, and sorry for the very late reply. But I'm not sure this script is needed. The programme itself will already recursively scan files & directories.