german translation update

This commit is contained in:
Juergen E. Fischer 2011-08-22 09:28:19 +02:00
parent e9bf5dccec
commit 13a3603cf9
2 changed files with 1009 additions and 1116 deletions

File diff suppressed because it is too large Load Diff

View File

@ -102,7 +102,7 @@ lupdate$opts -verbose qgis_ts.pro
if [ -n "$add" ]; then
for i in $add; do
if [ -f i18n/qgis_$i.ts ]; then
svn add i18n/qgis_$i.ts
git add i18n/qgis_$i.ts
else
echo "Translaiton for $i was not added"
exit 1