diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 15:59:31 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-05-24 15:59:31 +0200 |
commit | 4c86a6348d9916b6404709452affa10e9c776efa (patch) | |
tree | 617c85f1b90b484064fbf79740ebaad6a8489705 /doc/po4a.conf | |
parent | f8b830ab5888ef2fc7d83b7a79c72fdcb9388748 (diff) | |
parent | b176de3af77f686a512dec04a98e8fa6ce6af908 (diff) |
merged from David
Diffstat (limited to 'doc/po4a.conf')
-rw-r--r-- | doc/po4a.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/po4a.conf b/doc/po4a.conf index 2003e9f84..c9df1f9ac 100644 --- a/doc/po4a.conf +++ b/doc/po4a.conf @@ -4,10 +4,11 @@ # Entities need to be present, even if not translated [po4a_alias:entity] text opt:"-k 0" [po4a_alias:manpage] docbook opt:"\ - -o untranslated='<term><option> <refname> <refentrytitle> <date> <refentryinfo>' \ - -o break='<term><option>' \ - -o nodefault='<option> <refname> <refentrytitle> <date> <refentryinfo>' \ - -o inline='<para><option> <refentrytitle>'" + -o untranslated='<term><option> <refname> <refentrytitle> <date> <refentryinfo> <phrase> <variablelist> <term><command>' \ + -o break='<term><option> <term><command>' \ + -o nodefault='<option> <refname> <refentrytitle> <date> <refentryinfo> <phrase> <variablelist> <command>' \ + -o inline='<para><option> <refentrytitle> <para><command> <programlisting><command> <refentrytitle><command>' \ + -o translated='<para><command> <programlisting><command> <refentrytitle><command>'" # define source file and translated file (one file per line) [type: man] apt.8 $lang:$lang/apt.$lang.8 |