2,305 changes: 1,099 additions & 1,206 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/update_ts_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down