From 744314d15357ad726855a7ad533d8c8a5d26d541 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Sat, 3 Nov 2012 08:49:38 +0100 Subject: [PATCH] adjust translation update script to reflect changes for console --- 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 22744df7e36..0bfe12a3bab 100755 --- a/scripts/update_ts_files.sh +++ b/scripts/update_ts_files.sh @@ -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 ..