----------------
- Print ``Found variables`` message to inform users to validate their
i18n variables, because they get translated too. You will need to manually
fix them after running ``lingua.autotranslate``.
[saily]
- Allow configurable source language to start autotranslation from languages
different to English.
[saily]
- Python 2.7 ships ``argparse`` but Python 2.6 does not. Add it as a
installation requirement when running on Pyton 2.6.
[saily]