diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index dbac4f0..b56e67c 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -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 <.arb +[o:traccar:p:traccar:r:client] source_file = lib/l10n/app_en.arb -source_lang = en +file_filter = lib/l10n/.arb type = KEYVALUEJSON +source_lang = en