Sign in
chromium
/
external
/
github.com
/
fwupd
/
fwupd
/
631790ef1b60472f718a3bc8e5e95b458eae5e88
/
.
/
contrib
/
ci
/
check_missing_translations.sh
blob: bc6c497b94befba0e3f9af495e62d808ac9521be [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
cd po
intltool
-
update
-
m
if
[
-
f missing
];
then
exit
1
fi