eric6/Documentation/Source/install-i18n.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>install-i18n</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>install-i18n</h1>
23 <p>
24 Installation script for the eric6 IDE translation files.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>configDir</td></tr><tr><td>privateInstall</td></tr><tr><td>progName</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#getConfigDir">getConfigDir</a></td>
38 <td>Global function to get the name of the directory storing the config data.</td>
39 </tr><tr>
40 <td><a href="#installTranslations">installTranslations</a></td>
41 <td>Install the translation files into the right place.</td>
42 </tr><tr>
43 <td><a href="#main">main</a></td>
44 <td>The main function of the script.</td>
45 </tr><tr>
46 <td><a href="#usage">usage</a></td>
47 <td>Display a usage message and exit.</td>
48 </tr>
49 </table>
50 <hr /><hr />
51 <a NAME="getConfigDir" ID="getConfigDir"></a>
52 <h2>getConfigDir</h2>
53 <b>getConfigDir</b>(<i></i>)
54 <p>
55 Global function to get the name of the directory storing the config data.
56 </p><dl>
57 <dt>Returns:</dt>
58 <dd>
59 directory name of the config dir (string)
60 </dd>
61 </dl>
62 <div align="right"><a href="#top">Up</a></div>
63 <hr /><hr />
64 <a NAME="installTranslations" ID="installTranslations"></a>
65 <h2>installTranslations</h2>
66 <b>installTranslations</b>(<i></i>)
67 <p>
68 Install the translation files into the right place.
69 </p>
70 <div align="right"><a href="#top">Up</a></div>
71 <hr /><hr />
72 <a NAME="main" ID="main"></a>
73 <h2>main</h2>
74 <b>main</b>(<i>argv</i>)
75 <p>
76 The main function of the script.
77 </p><dl>
78 <dt><i>argv</i></dt>
79 <dd>
80 list of command line arguments (list of strings)
81 </dd>
82 </dl>
83 <div align="right"><a href="#top">Up</a></div>
84 <hr /><hr />
85 <a NAME="usage" ID="usage"></a>
86 <h2>usage</h2>
87 <b>usage</b>(<i>rcode=2</i>)
88 <p>
89 Display a usage message and exit.
90 </p><dl>
91 <dt><i>rcode</i></dt>
92 <dd>
93 return code passed back to the calling process (integer)
94 </dd>
95 </dl>
96 <div align="right"><a href="#top">Up</a></div>
97 <hr />
98 </body></html>

eric ide

mercurial