mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
Use msgmerge to regenerate all *.po files against the new mc.pot with the
line numbers.
This commit is contained in:
parent
e132a00192
commit
82fcec6544
@ -13,6 +13,7 @@ DOMAIN=mc
|
||||
COPYRIGHT_HOLDER="Free Software Foundation, Inc."
|
||||
XGETTEXT_OPTIONS="--keyword=_ --keyword=N_ --keyword=gettext_ui"
|
||||
XGETTEXT=xgettext
|
||||
MSGMERGE=msgmerge
|
||||
|
||||
files=`find . -name '*.[ch]' | xargs $XGETTEXT $XGETTEXT_OPTIONS --output=- | \
|
||||
sed -ne '/^#:/{s/#://;s/:[0-9]*/\n/g;s/ //g;p;}' | sort -u | grep -v 'regex.c'`
|
||||
@ -22,7 +23,7 @@ $XGETTEXT --default-domain=$DOMAIN --directory=. \
|
||||
--copyright-holder="$COPYRIGHT_HOLDER" --output=po/mc.pot.new $files
|
||||
|
||||
for file in po/*.po; do
|
||||
cp -f $file $file.new
|
||||
$MSGMERGE --output=$file.new $file po/mc.pot.new
|
||||
done
|
||||
|
||||
# Location of the snapshot directory
|
||||
|
Loading…
Reference in New Issue
Block a user