Small fix to po update script.

This commit is contained in:
Richard Heck 2015-01-04 12:47:16 -05:00
parent fb815aa1b0
commit 5ed6cd417a

View File

@ -98,7 +98,7 @@ fi
if [ -z "$COMMIT" ]; then
echo "Differences found!";
diff -wu $FARM/$I18NFILE $I18NFILE | less;
git checkout *.po;
git checkout *.po *.gmo;
exit 0;
fi