We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2acea9f + 83eff76 commit da938afCopy full SHA for da938af
scripts/update_ts_files.sh
@@ -96,7 +96,10 @@ if [ -n "$exclude" -o -n "$add" ]; then
96
fi
97
echo Updating python translations
98
cd python
99
-pylupdate4 console/console.py utils.py -ts python-i18n.ts
+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
103
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
104
rm python-i18n.ts
105
cd ..
0 commit comments