Skip to content

Commit 832a427

Browse files
committed
Add link to weblate for app progress
1 parent 150c3be commit 832a427

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tools/create-translation-issues.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ fi
5656

5757
LOGGED_IN_AS=$(gh auth status | grep Logged | sed -e 's/^.*Logged in .*as //' -e 's/ ([^)]*)$//')
5858

59+
# shellcheck disable=SC2034 # shellcheck can't know that this will be used with envsubst, so "unused" variable is correct here.
60+
START_DATE=$(date -Idate)
61+
5962
RELEASE=$1
6063
DEADLINE=$2
6164
TYPE=$3
@@ -113,7 +116,9 @@ Further documentation can be found in [TRANSLATING.md](https://github.com/jamulu
113116
114117
Thanks for contributing to Jamulus!
115118
116-
<a href="https://hosted.weblate.org/engage/jamulus/"><img src="https://hosted.weblate.org/widgets/jamulus/-/jamulus-app/multi-auto.svg" alt="Translation status" /></a>'
119+
<a href="https://hosted.weblate.org/engage/jamulus/"><img src="https://hosted.weblate.org/widgets/jamulus/-/jamulus-app/multi-auto.svg" alt="Translation status" /></a>
120+
121+
**[Weblate progress](https://hosted.weblate.org/changes/browse/jamulus/jamulus-app/${LANG}/?start_date=${START_DATE})**'
117122

118123
# shellcheck disable=SC2016 # shellcheck can't know that this will be used with envsubst, so verbatim variables are correct here.
119124
BODY_TEMPLATE_WEB='Hi ${SPLIT_TRANSLATORS},

0 commit comments

Comments
 (0)