From 0926f9c44f3aec55839e08a41b39780d0be82367 Mon Sep 17 00:00:00 2001 From: Peter L Jones Date: Sat, 19 Aug 2023 09:53:40 +0100 Subject: [PATCH] Add link to weblate for app progress --- tools/create-translation-issues.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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! -Translation status' +Translation status + +**[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},