Skip to content

Commit

Permalink
Sentence-based line breaking:
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
  • Loading branch information
gkurzbach and henrikt-ma committed Mar 4, 2022
1 parent 7d28b40 commit c0e1048
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/packages.tex
Expand Up @@ -386,7 +386,8 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions}
\end{lstlisting}
Only the keywords \lstinline!msgctxt!, \lstinline!msgid! and \lstinline!msgstr! are used.

At first there can be an optional comment describing the location (file name and line number) of the text to translate. Multiple occurences of the same string can be listed here, separated by space.
At first there can be an optional comment describing the location (file name and line number) of the text to translate.
Multiple occurences of the same string can be listed here, separated by space.

Then, the \lstinline!<context identifier>! behind the keyword \lstinline!msgctxt! is the full name of the Modelica class (e.g., \lstinline!Modelica.Blocks.Math.Sin!) where the text appears in.
Short class definitions do not appear here.
Expand Down

0 comments on commit c0e1048

Please sign in to comment.