File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
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
You can’t perform that action at this time.
0 commit comments