From 0bd572c3d4ac74ab82334291ef3f7a305f734c25 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Fri, 8 Nov 2024 11:22:22 +0100 Subject: [PATCH] .github: let Linux CI check translations for credits --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab14b0c1..3cff3de0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ jobs: - uses: actions/checkout@v3 with: submodules: 'true' + - name: Check translations + if: ${{ matrix.os == 'ubuntu-24.04' }} + run: | + for f in po/*.po; do grep -LE '^msgid "translator-credits"' $f ; done - name: Install Ubuntu Build Dependencies if: ${{ matrix.os == 'ubuntu-24.04' }} run: |