Updaye script

This commit is contained in:
Anton Tananaev 2025-06-05 22:38:50 -07:00
parent 7479a71c40
commit a38d2269c4
2 changed files with 5 additions and 10 deletions

View file

@ -8,15 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install transifex-client
- run: |
cat > ~/.transifexrc <<EOF
[https://www.transifex.com]
hostname = https://www.transifex.com
username = api
password = ${{ secrets.TRANSIFEX_TOKEN }}
EOF
- run: tx pull -a
- uses: transifex/cli-action@v2
with:
token: ${{ secrets.TRANSIFEX_TOKEN }}
args: pull -a
- run: |
git config --global user.name "Traccar Bot"
git config --global user.email "support@traccar.org"

View file

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