Browse Source

Fix update translations [ci skip]

production
Steel Wagstaff 2 years ago committed by GitHub
parent
commit
dcf872eb4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/update-translations.yml

4
.github/workflows/update-translations.yml

@ -10,7 +10,9 @@ jobs:
with:
token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }}
- name: Install Transifex Client
run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
run: |
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
source ~/.bashrc
- name: Pull translations from Transifex
run: tx pull --all --force --minimum-perc=25
env:

Loading…
Cancel
Save