Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adjust translation update script to reflect changes for console
  • Loading branch information
mach0 committed Nov 3, 2012
1 parent b30bf98 commit 744314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -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 ..
Expand Down

0 comments on commit 744314d

Please sign in to comment.