Fix translation script

This commit is contained in:
Anton Tananaev 2025-06-05 21:59:51 -07:00
parent d5206f6886
commit 422a66d55c

View file

@ -12,7 +12,7 @@ jobs:
- run: pip install transifex-client - run: pip install transifex-client
- run: echo -e "[https://www.transifex.com]\ntoken = ${{ secrets.TRANSIFEX_TOKEN }}" > ~/.transifexrc - run: echo -e "[https://www.transifex.com]\ntoken = ${{ secrets.TRANSIFEX_TOKEN }}" > ~/.transifexrc
- run: | - run: |
tx init --no-interactive tx init
tx set --auto-local -r traccar.client "lib/l10n/<lang>.arb" --source-lang en --type KEYVALUEJSON tx set --auto-local -r traccar.client "lib/l10n/<lang>.arb" --source-lang en --type KEYVALUEJSON
tx pull -a tx pull -a
- run: | - run: |