[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: [TSVN] RFC: Doc Translation management

From: Lübbe Onken <l.onken_at_rac.de>
Date: 2005-03-21 13:33:35 CET

Hi Steve,

> I like that way!
>
> Just a couple questions:
> - how to generate the po files from the xml doc files?
> - how to generate the xml files from the po files again
> - the tools to do that must be able to run on windows, otherwise I
> won't be able to build the chm docs

There is a package for linux which is part of the kde project. A short
documentation can be found here:
<http://anakin.ncst.ernet.in/~aparna/consolidated/x3865.html> (Section
18.3.6 poxml).

The "only" problem I see is to compile these tools under windows. We would
just need the first two (xml2pot and po2xml).

Source is available at:
<http://webcvs.kde.org/kdesdk/poxml/#dirlist>

The toolchain would be:
1) convert english xml -> pot (xml2pot)
2) use poEdit to merge and edit the language.po files
3) convert language.po -> xml (po2xml)
4) run our normal build script to create the docs.

As you can see, the only obviuous difference for producing the docs would be
that the country specific xml source is not in the repository anymore, but
must be generated with a script.

Cheers
- Lübbe

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Mar 21 13:34:33 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.