summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-15 14:24:41 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-15 15:30:23 +0100
commitb3595c5553035798b7b33d05c9326f7e8dd55e69 (patch)
tree3edb92d0cba4de6af1c4c630f998880059b21e2c /README
parent9449b0fce4145a56df9d43169d61e8b2c4e41b09 (diff)
downloadlibguestfs-b3595c5553035798b7b33d05c9326f7e8dd55e69.tar.gz
libguestfs-b3595c5553035798b7b33d05c9326f7e8dd55e69.tar.xz
libguestfs-b3595c5553035798b7b33d05c9326f7e8dd55e69.zip
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.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 23e270bd..d56d21ee 100644
--- a/README
+++ b/README
@@ -77,6 +77,8 @@ bindings
- (Optional) Perl XML::XPath, Sys::Virt modules (for libvirt support
in virt-inspector).
+- (Optional, but highly recommended) perl-libintl for translating perl code.
+
Running ./configure will check you have all the requirements installed
on your machine.