platform-ui-home/tools/nltools/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (view) (download) (as text)

1 : tod 1.1
2 :     <html>
3 :     <head>
4 :     <title>UI Component Tools</title>
5 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
7 :     </head>
8 :    
9 :     <h2><b>Eclipse NL Tools</b></h2>
10 : tod 1.2 <p><a href="org.eclipse.ui.tools.nl.zip">org.eclipse.ui.tools</a> 1.0.1</p>
11 : tod 1.1 <p>org.eclipse.ui.tools is a tool that takes existing nl catalogs and generates
12 :     translations for the current version of Eclipse. Existing translations are kept
13 :     and any properties without a translation are given a string appended with
14 :     characters appropriate to that locale.</p>
15 :     <p>Translations are generated using an export wizard (Translation Wizard). This
16 :     wizard requests a source and destination for translations files and provides a
17 :     list of source projects in the workbench for the user to select. Jars and zip
18 :     files are not currently searched for properties files and will be ignored. </p>
19 :     <p>As not all properties files are message catalogs a filter mechanism has also
20 :     been added (see Preferences-&gt;Translation Generation) that by default filters
21 :     the jfacefonts files and the build properties files. The user may add and remove
22 :     filters using this mechanism.</p>
23 : tod 1.2 <h6 align="right">Updated April 2,2003 by <a href="mailto:tod_creasey@ca.ibm.com">Tod
24 :     Creasey</a></h6>