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

replace_strings fixes #11

Closed thorin-schiffer closed 6 months ago

thorin-schiffer commented 10 years ago
coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling ffd6766710786548e170820cdb954fb9b0ccb606 on eviltnan:master into 8171cdce8ecd55e2db6b6a3d2ff1293c84698b71 on rory:master.

amandasaurus commented 10 years ago

I think most of these have been fixed in current master. Can you check your branch against that and merge master in? If it's still an issue we can fix it.

input() has worked for me, what problems have you had that requires raw_input()?

I do like your idea of putting the filename in the prompt though. I should add that.