Fix translation script
This commit is contained in:
parent
d5206f6886
commit
422a66d55c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translation.yml
vendored
2
.github/workflows/translation.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
- run: pip install transifex-client
|
||||
- run: echo -e "[https://www.transifex.com]\ntoken = ${{ secrets.TRANSIFEX_TOKEN }}" > ~/.transifexrc
|
||||
- run: |
|
||||
tx init --no-interactive
|
||||
tx init
|
||||
tx set --auto-local -r traccar.client "lib/l10n/<lang>.arb" --source-lang en --type KEYVALUEJSON
|
||||
tx pull -a
|
||||
- run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue