<p>Am 06.01.2015 09:04 schrieb "Bee" <<a href="mailto:bee.ography@gmail.com">bee.ography@gmail.com</a>>:<br>
><br>
> On Tue, Jan 6, 2015 at 2:00 PM, Michael Van Canneyt <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> wrote:<br>
>><br>
>><br>
>> That said, in LaTeX there is no need for \section to be ended explicitly. It is ended automatically.<br>
><br>
><br>
> For example these lines:<br>
><br>
> #<br>
> # Codegenerator<br>
> #<br>
> # 06049 is the last used one<br>
> #<br>
> % \section{Code generator messages}<br>
> % This section lists all messages that can be displayed if the code<br>
> % generator encounters an error condition.<br>
> % \begin{description}<br>
> cg_e_parasize_too_big=06009_E_Parameter list size exceeds 65535 bytes<br>
> % The I386 processor limits the parameter list to 65535 bytes. (The \var{RET}<br>
> % instruction causes this.)<br>
><br>
> If I want to translate the above lines into another language, do I need to translate the content of the \section line (between the {} bracket)? If I do, how about some sections that don't have the \section line? There's no description for such section.</p>
<p>You only need to translate the part after the "=" in those lines that don't have a LaTeX comment. Because only these texts are used by the compiler. The part in the comments is only used for the documentation which we generate in English only. Take a look at the other msg files to see what I mean.</p>
<p>Regards,<br>
Sven</p>