Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d4b7b commit 39204ccCopy full SHA for 39204cc
1 file changed
.github/workflows/update-lint-and-build.yml
@@ -20,14 +20,14 @@ jobs:
20
python-version: 3
21
- run: sudo apt-get install -y gettext
22
- run: pip install requests cogapp polib transifex-python sphinx-intl blurb
23
+ - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
24
+ working-directory: /usr/local/bin
25
- uses: actions/checkout@master
26
with:
27
ref: ${{ matrix.version }}
28
- run: ./manage_translation.py recreate_tx_config
29
env:
30
TX_TOKEN: ${{ secrets.TX_TOKEN }}
- - run: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
- working-directory: /usr/local/bin
31
- run: ./manage_translation.py fetch
32
33
0 commit comments