Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5fa99bf

Browse files
author
Maciej Olko
committed
Update and build translation on version branch
(cherry picked from commit 244ac40)
1 parent 898fae4 commit 5fa99bf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/update-and-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- run: sudo apt-get install -y gettext
1515
- run: pip install transifex-client requests
1616
- uses: actions/checkout@master
17+
with:
18+
ref: 3.9
1719
- run: echo -e '[https://www.transifex.com]\napi_hostname = https://api.transifex.com\nhostname = https://www.transifex.com\nusername = api' > $HOME/.transifexrc
1820
- run: ./manage_translation.py fetch
1921
env:
@@ -28,6 +30,7 @@ jobs:
2830
- run: git commit -m 'Update translation from Transifex' || true
2931
- uses: ad-m/github-push-action@master
3032
with:
33+
branch: 3.9
3134
github_token: ${{ secrets.GITHUB_TOKEN }}
3235
build-translation:
3336
runs-on: ubuntu-latest
@@ -44,6 +47,7 @@ jobs:
4447
working-directory: ./Doc
4548
- uses: actions/checkout@master
4649
with:
50+
ref: 3.9
4751
path: Doc/locales/pl/LC_MESSAGES
4852
- run: git pull
4953
working-directory: ./Doc/locales/pl/LC_MESSAGES

0 commit comments

Comments
 (0)