From 214b65beb19373a0c6c76c45bf73dd08cda897ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Hyd=C3=A9n?= Date: Wed, 10 May 2000 08:02:35 +0000 Subject: Updated Swedish translation. Updated update.sh svn path=/trunk/; revision=2965 --- po/update.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'po/update.sh') diff --git a/po/update.sh b/po/update.sh index d99d40e792..74dca77b27 100755 --- a/po/update.sh +++ b/po/update.sh @@ -13,6 +13,8 @@ echo ./update.sh da -- created new pot file and updated the da.po file elif [ "x$1" = "x" ]; then +echo "Building the $PACKAGE.pot ..." + xgettext --default-domain=$PACKAGE --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ @@ -22,16 +24,19 @@ xgettext --default-domain=$PACKAGE --directory=.. \ else -xgettext --default-domain=gfloppy --directory=.. \ +xgettext --default-domain=$PACKAGE --directory=.. \ --add-comments --keyword=_ --keyword=N_ \ --files-from=./POTFILES.in \ && test ! -f $PACKAGE.po \ || ( rm -f ./PACKAGE.pot \ && mv $PACKAGE.po ./$PACKAGE.pot ); -echo Now merging $1.po with $PACKAGE.pot, and creating an updated $1.po +echo "Building the $PACKAGE.pot ..." +echo "Now merging $1.po with $PACKAGE.pot, and creating an updated $1.po ..." mv $1.po $1.po.old && msgmerge $1.po.old $PACKAGE.pot -o $1.po \ && rm $1.po.old; +msgfmt --statistics $1.po + fi; -- cgit v1.2.3