Mutt.pot file for 2.0 release
Olaf Hering
olaf at aepfle.de
Tue Oct 27 17:13:34 UTC 2020
On Tue, Oct 27, 2020 at 08:45:42AM +0100, keld at keldix.com wrote:
> so what do you do?
My script:
set -ex
mutt_c="
mutt.h
muttbug
mx.c
"
for i in ${mutt_c}
do
test -f "${i}"
done
test -z "`git status --short`"
: go
git checkout master
git pull
git checkout '--no-guess' po
git rebase -i master
git clean -dffx
autoreconf -fi
./configure
pushd po
grep -w de Makefile
make update-po POFILES=de.po GMOFILES=de.gmo CATALOGS=de.gmo
popd
git diff -- po/de.po | grep -Ev '^([-+]#:|[[:blank:]]|@@[[:blank:]])'
: done
In case of significant differences, run 'poedit po/de.po'.
I wonder what the proposed change will improve for such workflow.
Olaf
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: Digitale Signatur von OpenPGP
URL: <http://lists.mutt.org/pipermail/mutt-po/attachments/20201027/b7d01e9b/attachment.asc>
More information about the Mutt-po
mailing list