]> git.lyx.org Git - lyx.git/blobdiff - development/tools/update-po.sh
Update LFUNs.lyx to current format
[lyx.git] / development / tools / update-po.sh
index 78c49b734f5b08d2bef9ffcd09fcf50f3f0276bf..26da0c49625d98b47cdcf515acc7bc800b30f6d6 100644 (file)
@@ -98,11 +98,11 @@ fi
 if [ -z "$COMMIT" ]; then
   echo "Differences found!";
   diff -wu $FARM/$I18NFILE $I18NFILE | less;
-  git checkout *.po;
+  git checkout *.po *.gmo;
   exit 0;
 fi
 
-$DEBUG git commit *.po -m "Remerge strings.";
+$DEBUG git commit *.po *.gmo -m "Remerge strings.";
 COMMITS=$(git push -n 2>&1 | tail -n 1 | grep -v "Everything" | sed -e 's/^ *//' -e 's/ .*//');
 
 if [ -z "$COMMITS" ]; then