File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
fi
56
56
57
57
if ! type pylupdate5 > /dev/null 2>&1 ; then
58
- echo " pylupdate4 not found"
58
+ echo " pylupdate5 not found"
59
59
exit 1
60
60
fi
61
61
105
105
106
106
echo Updating python translations
107
107
cd python
108
- pylupdate4 user.py utils.py {console,pyplugin_installer}/* .{py,ui} -ts python-i18n.ts
108
+ pylupdate5 user.py utils.py {console,pyplugin_installer}/* .{py,ui} -ts python-i18n.ts
109
109
perl ../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
110
110
rm python-i18n.ts
111
111
cd ..
112
112
for i in python/plugins/* /CMakeLists.txt; do
113
113
cd ${i%/* }
114
- pylupdate4 -tr-function trAlgorithm $( find . -name " *.py" -o -name " *.ui" ) -ts python-i18n.ts
114
+ pylupdate5 -tr-function trAlgorithm $( find . -name " *.py" -o -name " *.ui" ) -ts python-i18n.ts
115
115
perl ../../../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
116
116
rm python-i18n.ts
117
117
cd ../../..
You can’t perform that action at this time.
0 commit comments