Skip to content

Commit

Permalink
remove Qt translations (fix #2855)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14260 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 19, 2010
1 parent 8fcdc2f commit dd182b6
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 61,175 deletions.
4,448 changes: 0 additions & 4,448 deletions i18n/qt_ar.ts

This file was deleted.

4,470 changes: 0 additions & 4,470 deletions i18n/qt_de.ts

This file was deleted.

3,638 changes: 0 additions & 3,638 deletions i18n/qt_es.ts

This file was deleted.

4,460 changes: 0 additions & 4,460 deletions i18n/qt_fr.ts

This file was deleted.

4,523 changes: 0 additions & 4,523 deletions i18n/qt_ja_jp.ts

This file was deleted.

4,475 changes: 0 additions & 4,475 deletions i18n/qt_pl.ts

This file was deleted.

4,458 changes: 0 additions & 4,458 deletions i18n/qt_pt.ts

This file was deleted.

4,453 changes: 0 additions & 4,453 deletions i18n/qt_ru.ts

This file was deleted.

4,459 changes: 0 additions & 4,459 deletions i18n/qt_sk.ts

This file was deleted.

4,458 changes: 0 additions & 4,458 deletions i18n/qt_sv.ts

This file was deleted.

7,994 changes: 0 additions & 7,994 deletions i18n/qt_uk.ts

This file was deleted.

4,665 changes: 0 additions & 4,665 deletions i18n/qt_zh_CN.ts

This file was deleted.

4,665 changes: 0 additions & 4,665 deletions i18n/qt_zh_TW.ts

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/update_ts_files.sh
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit dd182b6

Please sign in to comment.