Another attempt

This commit is contained in:
Anton Tananaev 2025-06-05 22:23:35 -07:00
parent f00d77f1f9
commit 7479a71c40
2 changed files with 11 additions and 6 deletions

View file

@ -8,9 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: git config --global user.email "actions@github.com" && git config --global user.name "actions"
- run: pip install transifex-client
- run: echo -e "[https://www.transifex.com]\ntoken = ${{ secrets.TRANSIFEX_TOKEN }}" > ~/.transifexrc
- run: |
cat > ~/.transifexrc <<EOF
[https://www.transifex.com]
hostname = https://www.transifex.com
username = api
password = ${{ secrets.TRANSIFEX_TOKEN }}
EOF
- run: tx pull -a
- run: |
git config --global user.name "Traccar Bot"

View file

@ -1,8 +1,8 @@
[main]
hostname = https://www.transifex.com
host = https://www.transifex.com
[traccar.client]
file_filter = lib/l10n/<lang>.arb
[o:traccar:p:traccar:r:client]
source_file = lib/l10n/app_en.arb
source_lang = en
file_filter = lib/l10n/<lang>.arb
type = KEYVALUEJSON
source_lang = en