Skip to content
Permalink
Browse files
remove Qt translations (fix #2855)
git-svn-id: http://svn.osgeo.org/qgis/trunk@14260 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 19, 2010
1 parent f2e5e4b commit 9e9f788
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 61,175 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

@@ -10,10 +10,6 @@
set -e

cleanup() {
if [ -f i18n/qt_ts.tar ]; then
echo Restoring Qt translations
tar -xf i18n/qt_ts.tar
fi
if [ -f i18n/qgis_ts.tar ]; then
echo Restoring excluded translations
tar -xf i18n/qgis_ts.tar
@@ -26,7 +22,6 @@ cleanup() {
python/plugins/*/python-i18n.{ts,cpp} \
i18n/qgis_*.ts.bak \
src/plugins/grass/grasslabels-i18n.cpp \
i18n/qt_ts.tar \
i18n/qgis_ts.tar \
qgis_ts.pro
do
@@ -45,10 +40,6 @@ trap cleanup EXIT

PATH=$QTDIR/bin:$PATH

#first tar the qt_xx.ts files in i18n folder such that lupdate does not
#merge the qgis strings to them
echo Saving Qt translations
tar --remove-files -cf i18n/qt_ts.tar i18n/qt_*.ts
exclude=
opts=
while (( $# > 0 )); do

0 comments on commit 9e9f788

Please sign in to comment.