Make Perl strings translatable using perl-libintl.
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 15 Jul 2009 13:24:41 +0000 (14:24 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 15 Jul 2009 14:30:23 +0000 (15:30 +0100)
commitb3595c5553035798b7b33d05c9326f7e8dd55e69
tree3edb92d0cba4de6af1c4c630f998880059b21e2c
parent9449b0fce4145a56df9d43169d61e8b2c4e41b09
Make Perl strings translatable using perl-libintl.

All Perl strings are now marked as translatable using __"string"
or __x("string {placeholder}", placeholder => $_).  Perl strings
now get copied to the PO files.

The po/POTFILES.in file is now updated automagically whenever we
add new *.c, *.pl or *.pm files into the repository.
Makefile.am
README
configure.ac
df/virt-df.pl
inspector/virt-inspector.pl
perl/lib/Sys/Guestfs/Lib.pm
po/Makevars
po/POTFILES.in
po/libguestfs.pot
po/pl.po
v2v/virt-v2v.pl