]> git.lyx.org Git - features.git/commitdiff
Small fix to po update script.
authorRichard Heck <rgheck@lyx.org>
Sun, 4 Jan 2015 17:47:16 +0000 (12:47 -0500)
committerRichard Heck <rgheck@lyx.org>
Sun, 4 Jan 2015 17:47:16 +0000 (12:47 -0500)
development/tools/update-po.sh

index a024deac992015784d20df6670b370904df1c6d1..dc4abb118d4bca271acd9fcd8d9ff7b6664c024e 100644 (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