shadow/man/its.rules
Serge Hallyn 4abcbb056e Fix broken docbook translations
its by default does not support xml tags inside translatable
units.  Use custom its rules from

https://www.w3.org/TR/xml-i18n-bp/#relating-docbook-plus-its

to enable the tags which are in use by docbook.

Signed-off-by: Serge Hallyn <serge@hallyn.com>
2023-05-10 09:15:53 +02:00

17 lines
329 B
Plaintext

<its:rules version="2.0" xmlns:its="http://www.w3.org/2005/11/its">
<its:withinTextRule withinText="yes"
selector="//b
| //em
| //i
| //citerefentry
| //command
| //emphasis
| //envar
| //filename
| //manvolnum
| //option
| //replacable
| //replaceable
| //refentrytitle"/>
</its:rules>