On Sat, Mar 07, 2026 at 03:14:42AM -0300, Jamenson Espindula wrote: > Hi all. > > Note: this is the manual (documentation) for the GNU Texinfo. Thanks > goes to Patrice Dumas who helped me with the HTML output. This is > Version 7.1, despite the 7.3 one was already released. This time, I > translated the whole manual using Portable Object (PO) and Portable > Object Template (POT) files. I hope 'po4a' will properly parse the > Texinfo source file and will point to all the text that should be > reviewed and translated. Doing such a job of comparison manually is > very tedious, error prone and a very great waste of time. With PO and > POT files, I hope the next release will be faster.
I did a parser for Texinfo for po4a that should be more robust than the existing one, that is based on the SWIG GNU Texinfo interface: https://github.com/mquinson/po4a/pull/615/ Hopefully once it is merged in po4a and the SWIG interface is present on every platform and loading correctly, it will simplify Texinfo manuals translations... -- Pat
