Comment 6 for bug 533565

Revision history for this message
David Planella (dpm) wrote : Re: Strings missing from the template

Actually, yes, looking at update-manager, it seems that having a POTFILES.in file and using python-distutils-extra would work, although the files will be parsed as C files.

This will not be a problem if they have e.g. %s variables, which are common to C and python, but it might be a problem if the python scripts use %(variable)s type variables.