Skip to content

Commit da938af

Browse files
committedMay 22, 2013
Merge pull request #600 from slarosa/master
Update translation script
2 parents 2acea9f + 83eff76 commit da938af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎scripts/update_ts_files.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ if [ -n "$exclude" -o -n "$add" ]; then
9696
fi
9797
echo Updating python translations
9898
cd python
99-
pylupdate4 console/console.py utils.py -ts python-i18n.ts
99+
pylupdate4 console/console.py \
100+
console/console_sci.py \
101+
console/console_editor.py \
102+
console/console_output.py utils.py -ts python-i18n.ts
100103
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
101104
rm python-i18n.ts
102105
cd ..

0 commit comments

Comments
 (0)