eric6/Documentation/Source/install-i18n.html

branch
maintenance
changeset 7286
7eb04391adf7
parent 7273
391d6b7b1eff
child 7960
e8fc383322f7
equal deleted inserted replaced
7226:babe80d84a3e 7286:7eb04391adf7
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>install-i18n</h1> 23 <h1>install-i18n</h1>
24
23 <p> 25 <p>
24 Installation script for the eric6 IDE translation files. 26 Installation script for the eric6 IDE translation files.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>configDir</td></tr><tr><td>privateInstall</td></tr><tr><td>progName</td></tr> 31 <tr><td>configDir</td></tr><tr><td>privateInstall</td></tr><tr><td>progName</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
32 <tr><td>None</td></tr> 36 <tr><td>None</td></tr>
33 </table> 37 </table>
34 <h3>Functions</h3> 38 <h3>Functions</h3>
39
35 <table> 40 <table>
41
36 <tr> 42 <tr>
37 <td><a href="#getConfigDir">getConfigDir</a></td> 43 <td><a href="#getConfigDir">getConfigDir</a></td>
38 <td>Global function to get the name of the directory storing the config data.</td> 44 <td>Global function to get the name of the directory storing the config data.</td>
39 </tr><tr> 45 </tr>
46 <tr>
40 <td><a href="#installTranslations">installTranslations</a></td> 47 <td><a href="#installTranslations">installTranslations</a></td>
41 <td>Install the translation files into the right place.</td> 48 <td>Install the translation files into the right place.</td>
42 </tr><tr> 49 </tr>
50 <tr>
43 <td><a href="#main">main</a></td> 51 <td><a href="#main">main</a></td>
44 <td>The main function of the script.</td> 52 <td>The main function of the script.</td>
45 </tr><tr> 53 </tr>
54 <tr>
46 <td><a href="#usage">usage</a></td> 55 <td><a href="#usage">usage</a></td>
47 <td>Display a usage message and exit.</td> 56 <td>Display a usage message and exit.</td>
48 </tr> 57 </tr>
49 </table> 58 </table>
50 <hr /><hr /> 59 <hr />
60 <hr />
51 <a NAME="getConfigDir" ID="getConfigDir"></a> 61 <a NAME="getConfigDir" ID="getConfigDir"></a>
52 <h2>getConfigDir</h2> 62 <h2>getConfigDir</h2>
53 <b>getConfigDir</b>(<i></i>) 63 <b>getConfigDir</b>(<i></i>)
64
54 <p> 65 <p>
55 Global function to get the name of the directory storing the config data. 66 Global function to get the name of the directory storing the config data.
56 </p><dl> 67 </p>
68 <dl>
57 <dt>Returns:</dt> 69 <dt>Returns:</dt>
58 <dd> 70 <dd>
59 directory name of the config dir (string) 71 directory name of the config dir (string)
60 </dd> 72 </dd>
61 </dl> 73 </dl>
62 <div align="right"><a href="#top">Up</a></div> 74 <div align="right"><a href="#top">Up</a></div>
63 <hr /><hr /> 75 <hr />
76 <hr />
64 <a NAME="installTranslations" ID="installTranslations"></a> 77 <a NAME="installTranslations" ID="installTranslations"></a>
65 <h2>installTranslations</h2> 78 <h2>installTranslations</h2>
66 <b>installTranslations</b>(<i></i>) 79 <b>installTranslations</b>(<i></i>)
80
67 <p> 81 <p>
68 Install the translation files into the right place. 82 Install the translation files into the right place.
69 </p> 83 </p>
70 <div align="right"><a href="#top">Up</a></div> 84 <div align="right"><a href="#top">Up</a></div>
71 <hr /><hr /> 85 <hr />
86 <hr />
72 <a NAME="main" ID="main"></a> 87 <a NAME="main" ID="main"></a>
73 <h2>main</h2> 88 <h2>main</h2>
74 <b>main</b>(<i>argv</i>) 89 <b>main</b>(<i>argv</i>)
90
75 <p> 91 <p>
76 The main function of the script. 92 The main function of the script.
77 </p><dl> 93 </p>
94 <dl>
95
78 <dt><i>argv</i></dt> 96 <dt><i>argv</i></dt>
79 <dd> 97 <dd>
80 list of command line arguments (list of strings) 98 list of command line arguments (list of strings)
81 </dd> 99 </dd>
82 </dl> 100 </dl>
83 <div align="right"><a href="#top">Up</a></div> 101 <div align="right"><a href="#top">Up</a></div>
84 <hr /><hr /> 102 <hr />
103 <hr />
85 <a NAME="usage" ID="usage"></a> 104 <a NAME="usage" ID="usage"></a>
86 <h2>usage</h2> 105 <h2>usage</h2>
87 <b>usage</b>(<i>rcode=2</i>) 106 <b>usage</b>(<i>rcode=2</i>)
107
88 <p> 108 <p>
89 Display a usage message and exit. 109 Display a usage message and exit.
90 </p><dl> 110 </p>
111 <dl>
112
91 <dt><i>rcode</i></dt> 113 <dt><i>rcode</i></dt>
92 <dd> 114 <dd>
93 return code passed back to the calling process (integer) 115 return code passed back to the calling process (integer)
94 </dd> 116 </dd>
95 </dl> 117 </dl>

eric ide

mercurial