From 9d3192652f13707e1dcb2033d2f595492061f0fb Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 21 Mar 2010 10:20:14 +0000 Subject: [PATCH] Add the %Sx tag to the manual. Closes FS#11116. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25268 a1c6a512-1295-4272-9138-f99709370657 --- manual/appendix/wps_tags.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index e2a97652f..6e2a3ce47 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -420,6 +420,21 @@ or alternate information on those that do not Example: \config{\%?cc{\textless}\%cH:\%cM{\textbar}No clock detected{\textgreater}} +\section{Text Translation} + \begin{tagmap}{}{} + \config{\%Sx{\textbar}{\textless}English{\textgreater}{\textbar}} + & Display the translation of ``English'' in the current language\\ + \end{tagmap} + + \begin{itemize} + \item ``English'' must be a phrase used in the language file. + \item It should match the \config{Source:} line in the language file. + \end{itemize} + + \note{checkwps cannot verify that the string is correct, so please check on + either the simulator or on target.} + + \opt{touchscreen}{ \section{Touchscreen Areas (WPS only)} \begin{tagmap}{}{} -- 2.11.4.GIT