Showing with 4 additions and 1 deletion.
  1. +4 −1 scripts/update_ts_files.sh
5 changes: 4 additions & 1 deletion scripts/update_ts_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ if [ -n "$exclude" -o -n "$add" ]; then
fi
echo Updating python translations
cd python
pylupdate4 console/console.py utils.py -ts python-i18n.ts
pylupdate4 console/console.py \
console/console_sci.py \
console/console_editor.py \
console/console_output.py utils.py -ts python-i18n.ts
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
rm python-i18n.ts
cd ..
Expand Down