diff --git a/tools/create-translation-issues.sh b/tools/create-translation-issues.sh
index 8a138bd08a..11e195e01b 100755
--- a/tools/create-translation-issues.sh
+++ b/tools/create-translation-issues.sh
@@ -56,6 +56,9 @@ fi
LOGGED_IN_AS=$(gh auth status | grep Logged | sed -e 's/^.*Logged in .*as //' -e 's/ ([^)]*)$//')
+# shellcheck disable=SC2034 # shellcheck can't know that this will be used with envsubst, so "unused" variable is correct here.
+START_DATE=$(date -Idate)
+
RELEASE=$1
DEADLINE=$2
TYPE=$3
@@ -113,7 +116,9 @@ Further documentation can be found in [TRANSLATING.md](https://github.com/jamulu
Thanks for contributing to Jamulus!
-'
+
+
+**[Weblate progress](https://hosted.weblate.org/changes/browse/jamulus/jamulus-app/${LANG}/?start_date=${START_DATE})**'
# shellcheck disable=SC2016 # shellcheck can't know that this will be used with envsubst, so verbatim variables are correct here.
BODY_TEMPLATE_WEB='Hi ${SPLIT_TRANSLATORS},