summaryrefslogtreecommitdiff
path: root/hacks/i18nup
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/i18nup')
-rw-r--r--hacks/i18nup18
1 files changed, 0 insertions, 18 deletions
diff --git a/hacks/i18nup b/hacks/i18nup
index fa65bdfa2..72ffd7941 100644
--- a/hacks/i18nup
+++ b/hacks/i18nup
@@ -50,26 +50,8 @@ else
exit 1
fi
-date=`date +%Y-%m-%d`
-
-tag="$date Carl Hetherington <cth@carlh.net>"
msg="Updated $language translation from $translator."
-echo "$tag" > /tmp/$$.changelog
-echo "" >> /tmp/$$.changelog
-echo -e "\t* $msg" >> /tmp/$$.changelog
-echo "" >> /tmp/$$.changelog
-
-if [[ `head -n 1 ChangeLog` == "$tag" ]]; then
- echo "Trimming!"
- tail -n +3 ChangeLog > /tmp/$$.trimmed
- mv /tmp/$$.trimmed ChangeLog
-fi
-
-cat /tmp/$$.changelog | cat - ChangeLog > /tmp/$$.joined
-rm /tmp/$$.changelog
-mv /tmp/$$.joined ChangeLog
-
git diff
echo "OK?"