From eaa0b187cfd42aaa1d33d150c6668f572b797697 Mon Sep 17 00:00:00 2001 From: gounux Date: Tue, 14 Jan 2025 15:29:07 +0100 Subject: [PATCH] Remove minimum-perc when pulling translations from transifex --- .github/workflows/translations_pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations_pull.yml b/.github/workflows/translations_pull.yml index 5f2da5187..f89fe7f64 100644 --- a/.github/workflows/translations_pull.yml +++ b/.github/workflows/translations_pull.yml @@ -31,7 +31,7 @@ jobs: tar -xvzf tx-linux-amd64.tar.gz - name: Pull from Transifex - run: ./tx pull -a --minimum-perc=50 --force + run: ./tx pull -a --force # temporary - name: Show pulled translation