diff --git a/ChangeLog b/ChangeLog index 6b2f816fb..e14a3accf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-31 Badlop + + * doc/guide.tex: Provide only an example of language option + * doc/guide.html: Likewise + 2009-01-30 Evgeniy Khramtsov * src/eldap/eldap.erl: moves waiting for response queries to diff --git a/doc/guide.html b/doc/guide.html index 5238da71a..645ae6d5c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -1193,13 +1193,9 @@ To define a shaper named ‘normal’ with traffic speed limi can be seen by Jabber clients. If a Jabber client does not support xml:lang, the specified language is used. The default value is en. In order to take effect there must be a translation file -<language>.msg in ejabberd’s msgs directory.

Examples: -

Appendix A provides more details about internationalization and localization.

+<language>.msg in ejabberd’s msgs directory.

For example, to set Russian as default language: +

{language, "ru"}.
+

Appendix A provides more details about internationalization and localization.

3.1.8  Include Additional Configuration Files

The option include_config_file in a configuration file instructs ejabberd to include other configuration files immediately.

The basic usage is:

{include_config_file, <filename>}.
diff --git a/doc/guide.tex b/doc/guide.tex
index d07068619..e7ea7c13e 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -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{.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.