Make a plugin interface translatable.

(Put /src/plugins/*.py in POTFILES)
This commit is contained in:
Denis Fomin 2010-12-13 17:06:55 +03:00
parent ddb8238f73
commit 2771274e36
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
&& for p in `ls data/gui/*.ui`; do echo "[type: gettext/glade]$p" >> \
po/POTFILES.in; done \
&& ls -1 data/gajim.desktop.in.in \
src/*py src/common/*py src/common/zeroconf/*.py | grep -v ipython_view.py >> \
src/*py src/common/*py src/common/zeroconf/*.py src/plugins/*.py| grep -v ipython_view.py >> \
po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then
echo "***Error: pkg-config not found***"