From c6c3f2636be104fd83bfe47bfaf4743eea3da63e Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 21 Apr 2013 10:13:47 +0200 Subject: [PATCH] translate also files in src/command_system/*.py. Fixes #7324 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index f57247cc2..f68eb6f43 100755 --- a/autogen.sh +++ b/autogen.sh @@ -15,7 +15,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/command_system/implementation/*.py src/common/zeroconf/*.py src/plugins/*.py | grep -v ipython_view.py >> \ + src/*.py src/common/*.py src/command_system/*.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 || exit 1 if [ $(find plugins/ -name '*.py' | wc -l) -gt 0 ];then