Skip to content
Snippets Groups Projects
Commit 4351ed92 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

correctly fill potfile to include gtkbuilder strings

parent 63ff673f
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,9 @@
fi
echo "[encoding: UTF-8]" > po/POTFILES.in \
&& ls -1 data/gajim.desktop.in.in data/gui/*.ui \
&& 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 >> \
po/POTFILES.in || exit 1
if test -z `which pkg-config 2>/dev/null`;then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment