annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/gettext_14.html @ 68:5028fdace37b

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 16:23:26 -0400
parents
children
rev   line source
jpayne@68 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
jpayne@68 2 <html>
jpayne@68 3 <!-- Created on February, 21 2024 by texi2html 1.78a -->
jpayne@68 4 <!--
jpayne@68 5 Written by: Lionel Cons <Lionel.Cons@cern.ch> (original author)
jpayne@68 6 Karl Berry <karl@freefriends.org>
jpayne@68 7 Olaf Bachmann <obachman@mathematik.uni-kl.de>
jpayne@68 8 and many others.
jpayne@68 9 Maintained by: Many creative people.
jpayne@68 10 Send bugs and suggestions to <texi2html-bug@nongnu.org>
jpayne@68 11
jpayne@68 12 -->
jpayne@68 13 <head>
jpayne@68 14 <title>GNU gettext utilities: 14. The Installer's and Distributor's View</title>
jpayne@68 15
jpayne@68 16 <meta name="description" content="GNU gettext utilities: 14. The Installer's and Distributor's View">
jpayne@68 17 <meta name="keywords" content="GNU gettext utilities: 14. The Installer's and Distributor's View">
jpayne@68 18 <meta name="resource-type" content="document">
jpayne@68 19 <meta name="distribution" content="global">
jpayne@68 20 <meta name="Generator" content="texi2html 1.78a">
jpayne@68 21 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
jpayne@68 22 <style type="text/css">
jpayne@68 23 <!--
jpayne@68 24 a.summary-letter {text-decoration: none}
jpayne@68 25 pre.display {font-family: serif}
jpayne@68 26 pre.format {font-family: serif}
jpayne@68 27 pre.menu-comment {font-family: serif}
jpayne@68 28 pre.menu-preformatted {font-family: serif}
jpayne@68 29 pre.smalldisplay {font-family: serif; font-size: smaller}
jpayne@68 30 pre.smallexample {font-size: smaller}
jpayne@68 31 pre.smallformat {font-family: serif; font-size: smaller}
jpayne@68 32 pre.smalllisp {font-size: smaller}
jpayne@68 33 span.roman {font-family:serif; font-weight:normal;}
jpayne@68 34 span.sansserif {font-family:sans-serif; font-weight:normal;}
jpayne@68 35 ul.toc {list-style: none}
jpayne@68 36 -->
jpayne@68 37 </style>
jpayne@68 38
jpayne@68 39
jpayne@68 40 </head>
jpayne@68 41
jpayne@68 42 <body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
jpayne@68 43
jpayne@68 44 <table cellpadding="1" cellspacing="1" border="0">
jpayne@68 45 <tr><td valign="middle" align="left">[<a href="gettext_13.html#SEC230" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
jpayne@68 46 <td valign="middle" align="left">[<a href="gettext_15.html#SEC263" title="Next chapter"> &gt;&gt; </a>]</td>
jpayne@68 47 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 48 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 49 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 50 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 51 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 52 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
jpayne@68 53 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
jpayne@68 54 <td valign="middle" align="left">[<a href="gettext_21.html#SEC389" title="Index">Index</a>]</td>
jpayne@68 55 <td valign="middle" align="left">[<a href="gettext_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
jpayne@68 56 </tr></table>
jpayne@68 57
jpayne@68 58 <hr size="2">
jpayne@68 59 <a name="Installers"></a>
jpayne@68 60 <a name="SEC262"></a>
jpayne@68 61 <h1 class="chapter"> <a href="gettext_toc.html#TOC255">14. The Installer's and Distributor's View</a> </h1>
jpayne@68 62
jpayne@68 63 <p>By default, packages fully using GNU <code>gettext</code>, internally,
jpayne@68 64 are installed in such a way as to allow translation of
jpayne@68 65 messages. At <em>configuration</em> time, those packages should
jpayne@68 66 automatically detect whether the underlying host system already provides
jpayne@68 67 the GNU <code>gettext</code> functions. If not,
jpayne@68 68 the GNU <code>gettext</code> library should be automatically prepared
jpayne@68 69 and used. Installers may use special options at configuration
jpayne@68 70 time for changing this behavior. The command &lsquo;<samp>./configure
jpayne@68 71 --with-included-gettext</samp>&rsquo; bypasses system <code>gettext</code> to
jpayne@68 72 use the included GNU <code>gettext</code> instead,
jpayne@68 73 while &lsquo;<samp>./configure --disable-nls</samp>&rsquo;
jpayne@68 74 produces programs totally unable to translate messages.
jpayne@68 75 </p>
jpayne@68 76 <a name="IDX1113"></a>
jpayne@68 77 <p>Internationalized packages have usually many &lsquo;<tt><var>ll</var>.po</tt>&rsquo;
jpayne@68 78 files. Unless
jpayne@68 79 translations are disabled, all those available are installed together
jpayne@68 80 with the package. However, the environment variable <code>LINGUAS</code>
jpayne@68 81 may be set, prior to configuration, to limit the installed set.
jpayne@68 82 <code>LINGUAS</code> should then contain a space separated list of two-letter
jpayne@68 83 codes, stating which languages are allowed.
jpayne@68 84 </p>
jpayne@68 85
jpayne@68 86 <table cellpadding="1" cellspacing="1" border="0">
jpayne@68 87 <tr><td valign="middle" align="left">[<a href="gettext_13.html#SEC230" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
jpayne@68 88 <td valign="middle" align="left">[<a href="gettext_15.html#SEC263" title="Next chapter"> &gt;&gt; </a>]</td>
jpayne@68 89 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 90 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 91 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 92 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 93 <td valign="middle" align="left"> &nbsp; </td>
jpayne@68 94 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Top" title="Cover (top) of document">Top</a>]</td>
jpayne@68 95 <td valign="middle" align="left">[<a href="gettext_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
jpayne@68 96 <td valign="middle" align="left">[<a href="gettext_21.html#SEC389" title="Index">Index</a>]</td>
jpayne@68 97 <td valign="middle" align="left">[<a href="gettext_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
jpayne@68 98 </tr></table>
jpayne@68 99 <p>
jpayne@68 100 <font size="-1">
jpayne@68 101 This document was generated by <em>Bruno Haible</em> on <em>February, 21 2024</em> using <a href="https://www.nongnu.org/texi2html/"><em>texi2html 1.78a</em></a>.
jpayne@68 102 </font>
jpayne@68 103 <br>
jpayne@68 104
jpayne@68 105 </p>
jpayne@68 106 </body>
jpayne@68 107 </html>