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

generate POTFILES.skip in autogen.sh to skip plugins from translation. add...

generate POTFILES.skip in autogen.sh to skip plugins from translation. add command system files to translated files. Fixes #7068
parent 359d3c30
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,10 @@
&& 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 src/plugins/*.py| grep -v ipython_view.py >> \
po/POTFILES.in || exit 1
src/*.py src/common/*.py src/command_system/implementation/*.py src/common/zeroconf/*.py src/plugins/*.py | grep -v ipython_view.py >> \
po/POTFILES.in \
&& echo -e "data/gajim.desktop.in\nsrc/ipython_view.py" > po/POTFILES.skip \
&& ls -1 plugins/*/*.py plugins/*/*.ui >> po/POTFILES.skip || exit 1
if test -z `which pkg-config 2>/dev/null`;then
echo "***Error: pkg-config not found***"
echo "See README.html for build requirements."
......
data/gajim.desktop.in
src/eggtrayicon.c
src/ipython_view.py
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