]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.tex: Provide only an example of language option
authorBadlop <badlop@process-one.net>
Sat, 31 Jan 2009 12:26:27 +0000 (12:26 +0000)
committerBadlop <badlop@process-one.net>
Sat, 31 Jan 2009 12:26:27 +0000 (12:26 +0000)
* doc/guide.html: Likewise

SVN Revision: 1858

ChangeLog
doc/guide.html
doc/guide.tex

index 6b2f816fbdced94740d90b3a2bad4a13cbc7d816..e14a3accffb9286c2f2ba5f6ad6a3facbba10e9f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-31  Badlop  <badlop@process-one.net>
+
+       * doc/guide.tex: Provide only an example of language option
+       * doc/guide.html: Likewise
+
 2009-01-30  Evgeniy Khramtsov <ekhramtsov@process-one.net>
 
        * src/eldap/eldap.erl: moves waiting for response queries to
index 5238da71a2cc3ce45735e09bbe85c9d985471286..645ae6d5c5d3d3f2a891443878f4351080fd0864 100644 (file)
@@ -1193,13 +1193,9 @@ To define a shaper named &#X2018;<TT>normal</TT>&#X2019; with traffic speed limi
 can be seen by Jabber clients. If a Jabber client does not support
 <TT>xml:lang</TT>, the specified language is used. The default value is
 <TT>en</TT>. In order to take effect there must be a translation file
-<TT>&lt;language&gt;.msg</TT> in <TT>ejabberd</TT>&#X2019;s <TT>msgs</TT> directory.</P><P>Examples:
-</P><UL CLASS="itemize"><LI CLASS="li-itemize">
-To set Russian as default language:
-<PRE CLASS="verbatim">{language, "ru"}.
-</PRE></LI><LI CLASS="li-itemize">To set Spanish as default language:
-<PRE CLASS="verbatim">{language, "es"}.
-</PRE></LI></UL><P>Appendix <A HREF="#i18ni10n">A</A> provides more details about internationalization and localization.</P><P> <A NAME="includeconfigfile"></A> </P><!--TOC subsection Include Additional Configuration Files-->
+<TT>&lt;language&gt;.msg</TT> in <TT>ejabberd</TT>&#X2019;s <TT>msgs</TT> directory.</P><P>For example, to set Russian as default language:
+</P><PRE CLASS="verbatim">{language, "ru"}.
+</PRE><P>Appendix <A HREF="#i18ni10n">A</A> provides more details about internationalization and localization.</P><P> <A NAME="includeconfigfile"></A> </P><!--TOC subsection Include Additional Configuration Files-->
 <H3 CLASS="subsection"><!--SEC ANCHOR --><A NAME="htoc28">3.1.8</A>&#XA0;&#XA0;<A HREF="#includeconfigfile">Include Additional Configuration Files</A></H3><!--SEC END --><P> <A NAME="includeconfigfile"></A> 
 </P><P>The option <TT>include_config_file</TT> in a configuration file instructs <TT>ejabberd</TT> to include other configuration files immediately.</P><P>The basic usage is:
 </P><PRE CLASS="verbatim">{include_config_file, &lt;filename&gt;}.
index d07068619e2119bb3b8bd6deb75ada08fc7713dd..e7ea7c13e915900be6483637f1d2058247f60af7 100644 (file)
@@ -1486,17 +1486,10 @@ can be seen by \Jabber{} clients. If a \Jabber{} client does not support
 \term{en}. In order to take effect there must be a translation file
 \term{<language>.msg} in \ejabberd{}'s \term{msgs} directory.
 
-Examples:
-\begin{itemize}
-\item To set Russian as default language:
+For example, to set Russian as default language:
 \begin{verbatim}
 {language, "ru"}.
 \end{verbatim}
-\item To set Spanish as default language:
-\begin{verbatim}
-{language, "es"}.
-\end{verbatim}
-\end{itemize}
 
 Appendix \ref{i18ni10n} provides more details about internationalization and localization.