Hi Everyone, Looking a possible way for manual translation I found stackoverflow page: https://tex.stackexchange.com/questions/60781/managing-multiple-translation-... The quote:
Was wondering this myself and found a working solution with GNU gettext. A tool called po4a works with Tex/LaTeX files.
po4a has a few seperate commands: po4a-gettextize, convert an original file (and its translation) to a PO file po4a-normalize, normalize a documentation file by parsing it in po4a, and writing it back po4a-translate, convert a PO file back to documentation format po4a-updatepo, update the translation (in PO format) of documentation So and example would look like this
po4a-gettextize -f latex -m main.tex -p xx.po -M UTF-8 End of quote.
I'm not familiar with po format and don't know is it useful information. -- Best regards, Andrey