mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
15c7d39533
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<refentry xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
version="5.0" xml:id="webhelp.indexer.language">
|
|
<refmeta>
|
|
<refentrytitle>webhelp.indexer.language</refentrytitle>
|
|
<refmiscinfo class="other" otherclass="datatype"></refmiscinfo>
|
|
</refmeta>
|
|
<refnamediv>
|
|
<refname>webhelp.indexer.language</refname>
|
|
<refpurpose>The language to use for creating the webhelp search index.</refpurpose>
|
|
</refnamediv>
|
|
|
|
<refsynopsisdiv>
|
|
<src:fragment xml:id="webhelp.indexer.language.frag">
|
|
<xsl:param name="webhelp.indexer.language">en</xsl:param>
|
|
</src:fragment>
|
|
</refsynopsisdiv>
|
|
|
|
<refsection><info><title>Description</title></info>
|
|
<para>To support stemming in the client-side webhelp stemmer, you must provide the language code. By default, the following languages are supported:
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><code>en</code>: English</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><code>de</code>: German</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><code>fr</code>: French</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><code>zh</code>: Chinese</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><code>ja</code>: Japanese</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><code>ko</code>: Korean</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
See the webhelp documentation for information on adding support for additional languages.
|
|
</para>
|
|
</refsection>
|
|
</refentry>
|