SVK::Log::Filter::Babelfish is a Perl module to translate logs to various natural languages.
SYNOPSIS
> svk log --filter 'babelfish de' //mirror/project/trunk
----------------------------------------------------------------------
r1234 (orig r456): author | 2006-05-15 09:28:52 -0600
Dieses ist die Maschinenbordbuchanzeige f¼r die Neuausgabe.
----------------------------------------------------------------------
Uses WWW::Babelfish to translate the log messages into a different language. All filters downstream from this one see log messages in the new language. Of course, there are no permanent changes to the revision properties.
This filter takes two arguments indicating the source and destination languages of the log messages. The first argument is the two-letter ISO code for the source language. The second argument is the two-letter ISO code for the destination language. If only one argument is supplied, the source language is assumed to be English. Here are some examples
> svk log --filter 'babelfish de'
[English to German]
> svk log --filter 'babelfish fr es'
[French to Spanish]
> svk log --filter 'babelfish es | babelfish es en'
[English to English via Spanish]
Product's homepage
Requirements:
· Perl