On Tue, Dec 31, 2019 at 2:50 AM Juha-Matti Huusko <[email protected]> wrote: > I read about the internationalization: > https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#g_t_0040documentlanguage > To localize to Finnish, I made the file txi-fi.tex: > http://cs.uef.fi/~juhuusko/txi-fi.tex > > I was said that "Some strings, such as “Node:”, “Next:”, “Menu:”, etc., are > keywords in Info output, so are not translated there; they are translated in > other output formats. " > > How can I translate “Node:”, “Next:”, "Up:", “Menu:”, "Previous:", > "Contents:" into Finnish, when making a html-page?
I'm glad to see that you're interested in this. The internationalisation for output when not processing with TeX is done with gettext. Translation files for this would have to be done through the Translation Project (https://translationproject.org/domain/texinfo_document.html, https://translationproject.org/team/fi.html). There has been some Finnish translation of messages from texi2any (in the "texinfo" domain), but these are separate. I will reply privately about including your file as part of the Texinfo distribution.
