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

Memoization #8

Open timjacobi opened 10 years ago

timjacobi commented 10 years ago

It'd be great to have the script could use Memoization to keep track of the answers and doesn't ask the user twice for the same string. This could be made optional so the user can decide. I'd be happy to implement this.

amandasaurus commented 10 years ago

I haven't thought about this, nor used that feature much. But I'm always happy to accept pull requests.