From 7479a71c404fca486019b0a263e82239dbbda0a8 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 5 Jun 2025 22:23:35 -0700 Subject: [PATCH] Another attempt --- .github/workflows/translation.yml | 9 +++++++-- .tx/config | 8 ++++---- 2 files changed, 11 insertions(+), 6 deletions(-) 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