Difference between revisions of "User:JanIversen/jan test"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Replaced content with "==Introduction== test File:L10proc.pdf")
Line 2: Line 2:
 
test
 
test
  
 +
<dl>
 +
{| style="border-spacing:0;margin-left: 2cm;border:0.002cm solid #000000;padding:0.2cm;"
 +
|
 +
<code>cd main
 +
 +
localize -e -l en-US -f en-US.sdf</code>
 +
|}
 +
<dl>
 +
This is a perl script that will call
 +
<dl>
 +
{|border="1" cellpadding="5" style="margin-left: 20px;"
 +
|
 +
<code>solver/350/<platform>/bin/localize_sl<.exe></code>
 +
|}
 +
<dl>
 +
which is the actual executable. Sources for this executable is found in l10tools/source.
 +
 +
localize_sl loop across the entire tree looking for files with a known extension. As seen in the table
 +
below the number of relevant files are small compared to the total number of files.
 +
 +
<table border="2px" cellpadding="5">
 +
<tr><th colspan=4><b>Extensions scanned for text</b></th></tr>
 +
<tr><th><b>Files</b></th><th><b>Extension</b></th><th><b>Tool</b></th><th><b>Description</b></th></tr>
 +
<tr><td>814</td><td>.hrc</td><td>transex3</td><td>header for resource files</td></tr>
 +
<tr><td>98</td><td>.properties</td><td>jpropex</td><td>java property files</td></tr>
 +
<tr><td>1040</td><td>.src</td><td>transex3</td><td>source for resource files</td></tr>
 +
<tr><td>15</td><td>.tree</td><td>xhtex</td><td>help files</td></tr>
 +
<tr><td>0</td><td>.ulf</td><td>ulfex</td><td>?</td></tr>
 +
<tr><td>53</td><td>.xcd</td><td>cfgex</td><td>xml files only in postprocess</td></tr>
 +
<tr><td>314</td><td>.xcs</td><td>cfgex</td><td>xml file for java</td></tr>
 +
<tr><td>1365</td><td>.xcu</td><td>cfex</td><td>xml files for UI</td></tr>
 +
<tr><td>0</td><td>.xgf</td><td>xmlex</td><td>?</td></tr>
 +
<tr><td>4543</td><td>.xhp</td><td>helpex</td><td>AOO help files</td></tr>
 +
<tr><td>0</td><td>.xrb</td><td>xmlex</td><td>?</td></tr>
 +
<tr><td>1</td><td>.xrm</td><td>xrmex</td><td>xml readme file</td></tr>
 +
<tr><td>0</td><td>.xtx</td><td>xtxex</td><td>?</td></tr>
 +
<tr><td>0</td><td>.xxl</td><td>xmlex</td><td>?</td></tr>
 +
<tr><td><b>8243</b></td><td colspan=3>Files to be scanned, total number of files is 438189</td></tr>
 +
</table>
  
  
 
[[File:L10proc.pdf]]
 
[[File:L10proc.pdf]]

Revision as of 08:19, 17 October 2012

Introduction

test

cd main

localize -e -l en-US -f en-US.sdf

This is a perl script that will call

solver/350/<platform>/bin/localize_sl<.exe>

which is the actual executable. Sources for this executable is found in l10tools/source. localize_sl loop across the entire tree looking for files with a known extension. As seen in the table below the number of relevant files are small compared to the total number of files.
Extensions scanned for text
FilesExtensionToolDescription
814.hrctransex3header for resource files
98.propertiesjpropexjava property files
1040.srctransex3source for resource files
15.treexhtexhelp files
0.ulfulfex?
53.xcdcfgexxml files only in postprocess
314.xcscfgexxml file for java
1365.xcucfexxml files for UI
0.xgfxmlex?
4543.xhphelpexAOO help files
0.xrbxmlex?
1.xrmxrmexxml readme file
0.xtxxtxex?
0.xxlxmlex?
8243Files to be scanned, total number of files is 438189


File:L10proc.pdf
Personal tools