mirror of https://github.com/MidnightCommander/mc
Updated update.sh
This commit is contained in:
parent
2f61d8dd31
commit
be57aacc28
|
@ -1,3 +1,7 @@
|
||||||
|
2000-05-10 Andreas Hyden <a.hyden@cyberpoint.se>
|
||||||
|
|
||||||
|
* update.sh: Updated.
|
||||||
|
|
||||||
2000-05-09 Szabolcs BAN <shooby@gnome.hu>
|
2000-05-09 Szabolcs BAN <shooby@gnome.hu>
|
||||||
|
|
||||||
* hu.po: Updated Hungarian translation.
|
* hu.po: Updated Hungarian translation.
|
||||||
|
@ -143,7 +147,7 @@
|
||||||
* ru.po: Updated translation
|
* ru.po: Updated translation
|
||||||
from Evgeny Bulgakov <bgav@netvision.net.il>
|
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
|
* sv.po: updated translations
|
||||||
|
|
||||||
|
|
|
@ -31,9 +31,12 @@ xgettext --default-domain=$PACKAGE --directory=.. \
|
||||||
|| ( rm -f ./PACKAGE.pot \
|
|| ( rm -f ./PACKAGE.pot \
|
||||||
&& mv $PACKAGE.po ./$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 \
|
mv $1.po $1.po.old && msgmerge $1.po.old $PACKAGE.pot -o $1.po \
|
||||||
&& rm $1.po.old;
|
&& rm $1.po.old;
|
||||||
|
|
||||||
|
msgfmt --statistics $1.po
|
||||||
|
|
||||||
fi;
|
fi;
|
||||||
|
|
Loading…
Reference in New Issue