The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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 Bebelfish. 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

SEE ALSO

Plagger, WWW::Babelfish