Skip to content

Commit

Permalink
replace angle brackets
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 8ab440a commit 6f7d111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/packages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -382,9 +382,9 @@ \section{Multilingual Descriptions}\label{multilingual-descriptions}
In the body, directly following the header, for each descriptive text there is an entry of the form
\begin{lstlisting}
#: $\mathit{filename}$:$\mathit{lineNumber}$
msgctxt "<context identifier>"
msgid "<descriptive text>"
msgstr "<translation>"
msgctxt $\mathit{messageContext}$
msgid $\mathit{messageIdentifier}$
msgstr $\mathit{messageTranslation}$
\end{lstlisting}
\end{nonnormative}

Expand Down

0 comments on commit 6f7d111

Please sign in to comment.