mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
In translation files, only consider strings from src and python directories (to avoid including redundant and obsolete strings from the build directory)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10813 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
53732c0363
commit
721adcb3bc
@ -23,7 +23,7 @@ for i in python/plugins/*/.; do
|
|||||||
cd ../../..
|
cd ../../..
|
||||||
done
|
done
|
||||||
echo Creating qmake project file
|
echo Creating qmake project file
|
||||||
qmake -project -o qgis_ts.pro
|
qmake -project -o qgis_ts.pro -nopwd src python i18n
|
||||||
echo Updating translation files
|
echo Updating translation files
|
||||||
lupdate -verbose qgis_ts.pro
|
lupdate -verbose qgis_ts.pro
|
||||||
echo Removing temporary python plugin translation files
|
echo Removing temporary python plugin translation files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user