adjust translation update script to reflect changes for console

This commit is contained in:
Werner Macho 2012-11-03 08:49:38 +01:00
parent b30bf98b40
commit 744314d153

View File

@ -96,7 +96,7 @@ if [ -n "$exclude" -o -n "$add" ]; then
fi
echo Updating python translations
cd python
pylupdate4 console.py utils.py -ts python-i18n.ts
pylupdate4 console/console.py utils.py -ts python-i18n.ts
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
rm python-i18n.ts
cd ..