Nicolas François <nicolas.francois(a)centraliens.net> (21/10/2005):
> * the <screen> tag in Docbook must be set as translatable
and "no-wrap"
> It is easy to fix in Docbook.pm, please just add in the tags option:
> + W<screen>
Done. Thanks.
Another similar problem:
In the manpage of aptitude, there is the following string:
<term><literal>-q<arg
choice='opt'>=<replaceable>n</replaceable></arg></literal>,
<literal>--quiet<arg
choice='opt'>=<replaceable>n</replaceable></arg></literal></term>
which is gettextized as following:
# type: Content of:
# <refentry><refsect1><variablelist><varlistentry><term>
#: en/manpage.xml:827
msgid "<literal>-q"
msgstr ""
# type: Content of:
#
<book><chapter><section><variablelist><varlistentry><term>
#: en/manpage.xml:827
msgid "=<replaceable>n</replaceable>"
msgstr ""
# type: Content of:
#
<book><chapter><section><variablelist><varlistentry><term>
#: en/manpage.xml:827
msgid "</literal>, <literal>--quiet"
msgstr ""
# type: Content of:
# <refentry><refsect1><variablelist><varlistentry><term>
#: en/manpage.xml:827
msgid "</literal>"
msgstr ""
Shouldn't the <arg> tag treated as inline?
Cheers,
--
Thomas Huriaux