[Po4a-devel] @xref best practices for i18n/l10n

Jean-Christophe Helary jean.christophe.helary at gmail.com
Thu Sep 21 21:48:18 UTC 2017


I'm working on a manual written in texinfo and I found a string similar to this:

@xref{node name} and following.

Once compiled, the document becomes ‘See "node name" and following’.

When translating to a language that puts the verb at the end, like Japanese (and I guess German and others would have the same issue) the final document must be rendered as:

‘"node name" and following See‘

My understanding of @xref is that it is not possible, so we should avoid to put stuff after "node name".

So, is there a trick that allows for that? Or are there best practices for Texinfo that specifically argue against using such syntax with xref?

Also, does makeinfo use "translation tables" to create the proper localized string for such devices as xref?

Thank you in advance.

Jean-Christophe


More information about the Po4a-devel mailing list