Difference between revisions of "New Translation Process (Pootle server)"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 33: Line 33:
 
# .sdf file from the issue imported into the translation database
 
# .sdf file from the issue imported into the translation database
 
# build based on latest translations is created
 
# build based on latest translations is created
 +
 +
==Pilot Process==
 +
There is a pilot process already running (started May 8) for Russian and Khmer languages. The Pootle server can be accessed at http://www.sunvirtuallab.com:32300/.
 +
 +
==Q&A==
 +
This section will contain questions and answers discussed on the dev@l10n and dev@qa lists.

Revision as of 07:53, 18 May 2007

...under construction...

This page contains information about the new OOo translation process and about the Pootle server as a central point for storing translatable content.

Why a new translation process?

The main reason of setting up a new translation process was the fact that it's currently hard for Communities to contribute to translation of Sun-supported languages due to various (mostly technical) reasons. The new Pootle-based translation process should overcome these limitations.

What is Pootle?

Pootle stands for PO-based Online Translation / Localization Engine. Pootle is a web portal that allows to translate .po files. The translation can be done online or the .po files can be downloaded, translated offline and then uploaded back. Pootle can be integrated with CVS or SVN.

More information about Pootle can be found on the following sites:
http://www.wordforge.org/drupal/projects/wordforge/tools/pootle
http://www.wordforge.org/static/pootle.html
http://pootle.wordforge.org/doc/howto.html
http://translate.sourceforge.net/wiki/pootle/index

Workflow

There are several steps involved in the translation process:

  1. checkout of OOo sources from the CVS
  2. extraction of translatable content from the sources
    result: 1 .sdf file per language
  3. each .sdf file converted into .po files
    result: directory tree containing many .po files (1 .sdf file per language becomes many .po files per language)
  4. fixing .po files (some magic done to the .po files) - TBD - add more info
    result: fixed .po files (removed duplicates etc.)
  5. .po files merged with those already stored in Pootle
    result in Pootle: set of .po files (those already translated in previous rounds and those waiting for translation)
  6. translation of untranslated .po files - either directly or offline
    result: all .po files translated
  7. backconversion of .po files into .sdf format
    result: 1 .sdf file per language ready to be imported into the translation database
  8. issue created, .sdf files attached or linked
  9. .sdf file from the issue imported into the translation database
  10. build based on latest translations is created

Pilot Process

There is a pilot process already running (started May 8) for Russian and Khmer languages. The Pootle server can be accessed at http://www.sunvirtuallab.com:32300/.

Q&A

This section will contain questions and answers discussed on the dev@l10n and dev@qa lists.

Personal tools