Browse Source

chore: make script for updating translations actually commit stuff

pull/3765/head
Zetok Zalbavar 9 years ago
parent
commit
04ae171d04
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 2
      tools/update-translation-files.sh

2
tools/update-translation-files.sh

@ -36,7 +36,7 @@ then @@ -36,7 +36,7 @@ then
done
git add translations/*.ts
git commit --author -m "$COMMIT_MSG"
git commit -m "$COMMIT_MSG"
else
$LUPDATE_CMD "translations/$@.ts"
fi

Loading…
Cancel
Save