Skip to content

Commit 13a3603

Browse files
committedAug 22, 2011
german translation update
1 parent e9bf5dc commit 13a3603

File tree

2 files changed

+1100
-1207
lines changed

2 files changed

+1100
-1207
lines changed
 

‎i18n/qgis_de.ts

Lines changed: 1099 additions & 1206 deletions
Large diffs are not rendered by default.

‎scripts/update_ts_files.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ lupdate$opts -verbose qgis_ts.pro
102102
if [ -n "$add" ]; then
103103
for i in $add; do
104104
if [ -f i18n/qgis_$i.ts ]; then
105-
svn add i18n/qgis_$i.ts
105+
git add i18n/qgis_$i.ts
106106
else
107107
echo "Translaiton for $i was not added"
108108
exit 1

0 commit comments

Comments
 (0)
Please sign in to comment.