- How to find missing _/gettext import statements - Using pylint to find places in your python or django project where you forgot to import django.utils.translation.ugettext
- Pylint plugin to find non-i18n/gettext strings - This is a plugin for pylint, the python static code analyzer (lint) that finds strings that are not passed through _/gettext. Use this checker to find strings which you have forgotten to translate