start
Table of Contents

Creating OpenOffice.org POT files

This quick start guide shows you how to create the PO Template files for your OpenOffice.org translation.

Quick Start

  1. oo2po -P <gsi> <new-pots>

Detailed Description

Download the latest POT and GSI files

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.

Produce the POT files using oo2po

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.

FIXME - look at the merge message options and a French as source language option