Skip to content

Commit

Permalink
Merge pull request #600 from slarosa/master
Browse files Browse the repository at this point in the history
Update translation script
  • Loading branch information
jef-n committed May 22, 2013
2 parents 2acea9f + 83eff76 commit da938af
Showing 1 changed file with 4 additions and 1 deletion.
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

0 comments on commit da938af

Please sign in to comment.