From e053b5038257ed4ed765a37dba2dbeb6f687ce4f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 24 Apr 2026 18:01:11 +1000 Subject: [PATCH] Add package --- .github/workflows/test-only.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-only.yml b/.github/workflows/test-only.yml index 5340b028..5970e678 100644 --- a/.github/workflows/test-only.yml +++ b/.github/workflows/test-only.yml @@ -26,6 +26,7 @@ jobs: - uses: actions/checkout@v6 - name: Check .po files with msgfmt run: | + sudo apt-get install -y gettext find changedetectionio/translations -name "*.po" | while read f; do echo "Checking $f" msgfmt --check-format -o /dev/null "$f"