fwupd/contrib/ci/check_missing_translations.sh
2018-06-29 06:43:06 +01:00

9 lines
85 B
Bash
Executable File

#!/bin/sh
set -e
cd po
intltool-update -m
if [ -f missing ]; then
exit 1
fi