From 1a534be5bd43e7c1138358c1583029fdab501e1a Mon Sep 17 00:00:00 2001 From: borysiasty Date: Sat, 14 Aug 2010 11:44:47 +0000 Subject: [PATCH] add python console strings to translations git-svn-id: http://svn.osgeo.org/qgis/trunk@14078 c8812cc2-4d05-0410-92ff-de0c093fc19c --- scripts/update_ts_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_ts_files.sh b/scripts/update_ts_files.sh index 8cc71393018..95a37113ab5 100755 --- a/scripts/update_ts_files.sh +++ b/scripts/update_ts_files.sh @@ -64,7 +64,7 @@ if [ -n "$exclude" ]; then fi echo Updating python translations cd python -pylupdate4 utils.py -ts python-i18n.ts +pylupdate4 console.py utils.py -ts python-i18n.ts perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp rm python-i18n.ts cd ..