Skip to content

Commit

Permalink
add missing sentence
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 May 6, 2022
1 parent 9e1c474 commit 95f7798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/packages.tex
Expand Up @@ -348,8 +348,8 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions}
The pattern \filename{$\mathit{language}$} stands for the ISO 639-1 language code, e.g., \filename{de} or \filename{en}.
\end{enumerate}

The files consist of a header and a body.
The detailed format of these files is described in \href{https://www.gnu.org/software/gettext/manual/gettext.pdf}{GNU gettext}.
For Modelica translations, only the keywords \lstinline!msgctxt!, \lstinline!msgid! and \lstinline!msgstr! are used.

\begin{nonnormative}
In the remainder of this section, several facts about the gettext specification are described non-normatively for easy access to some of the gettext basics.
Expand All @@ -359,6 +359,7 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions}
Comments start with an \lstinline!#! and are continued until the end of line.
Spaces outside strings are ignored and used as separators.

The files consist of a header and a body.
The header is marked with an empty \lstinline!msgid! entry and looks like this:
\begin{lstlisting}
# SOME DESCRIPTIVE TITLE.
Expand Down

0 comments on commit 95f7798

Please sign in to comment.