This quick start guide shows you how to create the PO Template files for your OpenOffice.org translation.
The POT files produced by Pavel Janik contain the associated en-US.sdf file that you need to create your own languages SDF file. This is the same file that produces the POT files. So to begin translating you don’t need to go further than this.
* Download the latest POT and GSI files
However, you will need this file if you need to use some of the other features of oo2po such as changing the source language from English.
oo2po -P <gsi> <new-pots> oo2po -P en-US.gsi pot
This takes the en-US.gsi file and creates POT files in the pot directory. The -P option ensures that .pot files are created instead of .po file.
If you want to create one large .pot file instead of a lot of small ones, you should use the
oo2po -P --multifile=onefile en-US.gsi pot
option as described in oo2po.
- look at the merge message options and a French as source language option