Displaying 1 result from an estimated 1 matches for "900980a".
Did you mean:
1009800
2010 Sep 02
2
[PATCH] Allow manual pages and POD files to be translated.
...e
+++ b/.gitignore
@@ -197,6 +197,11 @@ po/en at quot.header
po/insert-header.sin
po/quot.sed
po/remove-potcdate.sin
+po-docs/po4a.conf
+po-docs/*/*.pl
+po-docs/*/*.pod
+po-docs/*/*.1
+po-docs/*/*.3
python/bindtests.py
python/guestfs.py
python/guestfs-py.c
diff --git a/HACKING b/HACKING
index 900980a..3d60737 100644
--- a/HACKING
+++ b/HACKING
@@ -116,7 +116,13 @@ ocaml/
OCaml bindings.
po/
- Translations.
+ Translations of simple gettext strings. For translations of
+ longer documents, see po-docs/.
+
+po-docs/
+ The build infrastructure and PO files fo...