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

Re: Translations...

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2004-04-16 18:35:32 CEST

On 2004-04-16 01:31:45 +0200, Marcin Kasperski wrote:
> e) As I have no experience with developing .po files, could you suggest
> how should I test them (so far I copied po/es.po to po/pl.po and edited
> partially, how can I compile subversion to use my translation and test
> it?)

You shouldn't copy a po file for some language to another one, as
you may miss translations. gettext has a tool to create an initial
po file (IIRC, msgmerge can be used for that, from a po model file).
Then I use Emacs to edit the po files, as it has a nice mode for
that (like that, it can be seen as a po editor :).

To test your translations, no need to recompile Subversion. Just
regenerate the mo files (Subversion should provide a script or a
makefile rule for that, like other projects[*]) and reinstall it.
I haven't tested with Subversion, though.

[*] I do the French translations for Mutt and ROX. Mutt has makefile
rules (update-po and update-gmo) and ROX has update-po and make-mo
scripts. This is for Unix. I don't know what can be used on Windows
if this is your case.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 16 18:35:48 2004

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

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