We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 050f776 commit fe3d0b4Copy full SHA for fe3d0b4
scripts/update_ts_files.sh
@@ -23,8 +23,8 @@ if [ -n "$exclude" ]; then
23
tar --remove-files -cvf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude
24
fi
25
echo Updating python plugin translations
26
-for i in python/plugins/*/.; do
27
- cd $i
+for i in python/plugins/*/CMakeLists.txt; do
+ cd ${i%/*}
28
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
0 commit comments