Add package

This commit is contained in:
dgtlmoon
2026-04-24 18:01:11 +10:00
parent 4f76c01857
commit e053b50382
+1
View File
@@ -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"