Updated update.sh

This commit is contained in:
Andreas Hyden 2000-05-10 20:03:08 +00:00
parent 2f61d8dd31
commit be57aacc28
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-05-10 Andreas Hyden <a.hyden@cyberpoint.se>
* update.sh: Updated.
2000-05-09 Szabolcs BAN <shooby@gnome.hu>
* hu.po: Updated Hungarian translation.
@ -143,7 +147,7 @@
* ru.po: Updated translation
from Evgeny Bulgakov <bgav@netvision.net.il>
1999-10-31 Martin Norb$(Bdc(Bk <norpan@bigfoot.com>
1999-10-31 Martin Norb$Bdc(Bk <norpan@bigfoot.com>
* sv.po: updated translations

View File

@ -31,9 +31,12 @@ xgettext --default-domain=$PACKAGE --directory=.. \
|| ( 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;