summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-02 14:54:44 +0100
committerRichard Jones <rjones@redhat.com>2010-09-02 20:37:06 +0100
commit8c48f5ae2ea5221f6c53934262c5505f4b20ca8c (patch)
treeff5877505fb20f2fc06b2a227239b1ed90db2542 /README
parent1193df7e0abfa25a78de246b6be148ec09470623 (diff)
downloadlibguestfs-8c48f5ae2ea5221f6c53934262c5505f4b20ca8c.tar.gz
libguestfs-8c48f5ae2ea5221f6c53934262c5505f4b20ca8c.tar.xz
libguestfs-8c48f5ae2ea5221f6c53934262c5505f4b20ca8c.zip
Allow manual pages and POD files to be translated.
This uses the optional po4a package to split these files into PO files for translation, and reassemble afterwards. Note this creates an extra pot file (po-docs/libguestfs-docs.pot). We don't (yet) combine this with the main po/libguestfs.pot file. The 'libguestfs-docs.pot' file included in this commit is not the real thing, just a short cut down snippet for testing. The real thing is created if you update one of the dependent files and rebuild. Note also the dummy ja.po, for testing the principles.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 2b8fdac0..199f595b 100644
--- a/README
+++ b/README
@@ -94,6 +94,8 @@ in virt-inspector).
- (Optional, but highly recommended) perl-libintl for translating perl code.
+- (Optional) po4a for translating manpages and POD files.
+
Running ./configure will check you have all the requirements installed
on your machine.