Eclipse has a function called Externalise all Strings, which will move all strings to an properties file.
Is there such a solution available for Django/Python?
Basically I have a large project with number of views/models/templates, and going through all of them, and putting
string -> _("string") etc is a big pain, so is there a way to automate this?