Skip to content

Commit

Permalink
Translation update info
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Sep 8, 2024
1 parent e3d90bf commit 9b062b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/crowdin_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
- name: Collect statistics
run: |
echo 'DIFF<<EOF' >> $GITHUB_ENV
git status -s | sed 's:.*/:- :g' >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
echo 'INFO<<EOF' >> $GITHUB_ENV
crowdin status -v $ARGS >> $GITHUB_ENV
echo 'EOF' >> $GITHUB_ENV
Expand All @@ -117,13 +120,18 @@ jobs:
translation
body: |
Translation updates from [Crowdin project](https://crowdin.com/project/PasteIntoFile)
${{ env.DIFF }}
See [recent activity](https://crowdin.com/project/PasteIntoFile/activity-stream)
<details><summary>Translation info</summary>
```
${{ env.INFO }}
```
</details>
----
- To re-sync and update this PR include /sync in a comment.
Expand Down

0 comments on commit 9b062b1

Please sign in to comment.