mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
adjust update_ts_files to exclude location
Signed-off-by: Werner Macho <werner.macho@gmail.com>
This commit is contained in:
parent
cc5d3bcb78
commit
6e51ac96a1
@ -76,7 +76,7 @@ else
|
||||
fi
|
||||
|
||||
exclude="--exclude i18n/qgis_en.ts"
|
||||
opts=
|
||||
opts="-locations none"
|
||||
fast=
|
||||
while (( $# > 0 )); do
|
||||
arg=$1
|
||||
@ -139,7 +139,7 @@ if [ -n "$add" ]; then
|
||||
done
|
||||
fi
|
||||
echo Updating translations
|
||||
$LUPDATE$opts -verbose qgis_ts.pro
|
||||
$LUPDATE $opts -verbose qgis_ts.pro
|
||||
|
||||
if [ -z "$fast" ]; then
|
||||
echo Updating TRANSLATORS File
|
||||
|
Loading…
x
Reference in New Issue
Block a user