Skip to content

Commit

Permalink
get translation stats right by temporary updating all ts files
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 5, 2013
1 parent 3c508d6 commit 33d4e01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/update_ts_files.sh
Expand Up @@ -92,7 +92,7 @@ done

if [ -n "$exclude" -o -n "$add" ]; then
echo Saving excluded translations
tar --remove-files -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude
tar -cf i18n/qgis_ts.tar i18n/qgis_*.ts$exclude
fi
echo Updating python translations
cd python
Expand Down Expand Up @@ -127,11 +127,11 @@ fi
echo Updating translations
$LUPDATE$opts -verbose qgis_ts.pro

cleanup

echo Updating TRANSLATORS File
./scripts/tsstat.pl > doc/TRANSLATORS

cleanup

if [ -n "$add" ]; then
for i in $add; do
if [ -f i18n/qgis_$i.ts ]; then
Expand Down

0 comments on commit 33d4e01

Please sign in to comment.