Commit Graph

2 Commits

Author SHA1 Message Date
Yi-Jyun Pan
15d37c6016 ci: ensure translation check script fails on errors
Add `set -euxo pipefail` to `check-translations.sh` to ensure the CI
fails when contributors do not update the POT file with their changes.
Currently, the CI passes even if the POT file is outdated and the POT
has not been updated for a long time.
2026-02-08 20:29:24 +08:00
Mitchell Hashimoto
ba67c506f2 ci: extract translation check to script so we can run standalone 2025-04-22 08:55:03 -07:00