Skip to content
Snippets Groups Projects
Commit d346eb42 authored by Paul Licameli's avatar Paul Licameli
Browse files

Add to diagnostics.sh detection of the bad comment sequence

parent 423908e6
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,11 @@ for filename in `ls *.po`; do
echo "${filename} " $'\t' $complete $'\t' "$((complete*100/total)) %"
done | sort -n -k3
echo
# detect whether this sequence occures in any .po file. It will break
# msgfmt on Windows.
echo "Files with illegal comment sequence:"
fgrep -l '#~|' *.po
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment