NAME
Plagger::Plugin::Filter::Babelfish - translate via WWW::Babelfish
SYNOPSIS
- module: Filter::Babelfish
config:
source: English
destination: Japanese
service: Google
prepend_original: 1
DESCRIPTION
This plugin translates each entry body via Babelfish. See WWW::Babelfish for details.
CONFIG
- service
-
Which translator to use ('Babelfish' or 'Google'). Defaults to 'Babelfish'.
- source (optional)
-
Which language the feeds/entries are. Will be guessed if you don't specify.
- destination
-
Which language the feeds/entries should be translated to.
- prepend_original
-
When set to 1, prepends original entry body. Defaults to 0.
AUTHOR
Kenichi Ishigaki