We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f05aa commit bbe397fCopy full SHA for bbe397f
scripts/update_ts_files.sh
@@ -25,7 +25,7 @@ fi
25
echo Updating python plugin translations
26
for i in python/plugins/*/.; do
27
cd $i
28
- pylupdate4 $(find . -name "*.py") -ts python-i18n.ts
+ pylupdate4 $(find . -name "*.py" -o -name "*.ui") -ts python-i18n.ts
29
perl ../../../scripts/ts2cpp.pl python-i18n.ts python-i18n.cpp
30
rm python-i18n.ts
31
cd ../../..
0 commit comments