Skip to content

Commit

Permalink
update script for translation files
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed May 22, 2013
1 parent 9242170 commit 83eff76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/update_ts_files.sh
Expand Up @@ -96,7 +96,10 @@ if [ -n "$exclude" -o -n "$add" ]; then
fi fi
echo Updating python translations echo Updating python translations
cd python 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 perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
rm python-i18n.ts rm python-i18n.ts
cd .. cd ..
Expand Down

0 comments on commit 83eff76

Please sign in to comment.