diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 056151373..037c7bb15 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -697,7 +697,10 @@ jobs: msgcmp "$old_pot" po/com.mitchellh.ghostty.pot --use-untranslated # Compare all other POs to current POT - for f in po/*.po; do msgcmp "$f" po/com.mitchellh.ghostty.pot; done + for f in po/*.po; do + # Ignore untranslated entries + msgcmp --use-untranslated "$f" po/com.mitchellh.ghostty.pot; + done test-pkg-linux: strategy: