File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 5656
5757LOGGED_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+
5962RELEASE=$1
6063DEADLINE=$2
6164TYPE=$3
@@ -113,7 +116,9 @@ Further documentation can be found in [TRANSLATING.md](https://github.com/jamulu
113116
114117Thanks 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.
119124BODY_TEMPLATE_WEB=' Hi ${SPLIT_TRANSLATORS},
You can’t perform that action at this time.
0 commit comments