diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 06:13:03 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 06:13:03 +0200 |
commit | 45fb8bf7f0b3f1e5b69b37a2f9a07a6864448f03 (patch) | |
tree | 71b19db38b2c61d148f7b297d2cc1096b01b3c9f /doc/po4a.conf | |
parent | 372c2a2d4bf8539ada10e11dc1f2541680b5e24c (diff) |
auto-generate the correct <date> translation
Diffstat (limited to 'doc/po4a.conf')
-rw-r--r-- | doc/po4a.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po4a.conf b/doc/po4a.conf index f21301d5b..bf14b4f6d 100644 --- a/doc/po4a.conf +++ b/doc/po4a.conf @@ -4,9 +4,9 @@ # 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>' \ + -o untranslated='<term><option> <refname> <refentrytitle> <date>' \ -o break='<term><option>' \ - -o nodefault='<option> <refname> <refentrytitle>' \ + -o nodefault='<option> <refname> <refentrytitle> <date>' \ -o inline='<para><option> <refentrytitle>'" # define source file and translated file (one file per line) |