Plagger::Plugin::Filter::Babelfish - translate via WWW::Babelfish
- module: Filter::Babelfish
config:
source: English
destination: Japanese
service: Google
prepend_original: 1
This plugin translates each entry body via Babelfish. See WWW::Babelfish for
details.
- 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.