]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build-aux: rewrite po file minimizer in Python
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 30 Aug 2019 12:22:54 +0000 (13:22 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 18 Oct 2019 12:54:03 +0000 (13:54 +0100)
commitb2c2a3ae91e4fefa69aeb384a9cdb24c2a43be7b
tree2af2d0e680b034dd5a3f2e64b01e753294b1fca0
parent17bbdef5cb8aaa9dd8b6231824412fbd3c3ee74e
build-aux: rewrite po file minimizer in Python

As part of an goal to eliminate Perl from libvirt build tools,
rewrite the minimize-po.pl tool in Python.

This was a straight conversion, manually going line-by-line to
change the syntax from Perl to Python. Thus the overall structure
of the file and approach is the same.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.am
build-aux/minimize-po.pl [deleted file]
po/Makefile.am
scripts/minimize-po.py [new file with mode: 0755]