Skip to content

Commit

Permalink
Merge pull request jamulussoftware#3148 from jamulussoftware/weblate-…
Browse files Browse the repository at this point in the history
…app-progress

Add link to weblate for app progress
  • Loading branch information
pljones authored Sep 12, 2023
2 parents 150c3be + 832a427 commit 043c15f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/create-translation-issues.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,7 +116,9 @@ Further documentation can be found in [TRANSLATING.md](https://github.com/jamulu
Thanks for contributing to Jamulus!
<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>'
<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>
**[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},
Expand Down

0 comments on commit 043c15f

Please sign in to comment.