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