Skip to content

Google translate plugin

This plugin translate the delivered text to English .

CAUTION: This plugin is experimental. It is based on the library googletrans which may stop working because it uses the public JSON API which is not intended for this kind of use.

JSON Configuration

{
  "text_to_translate": "veritas lux mea",
  "source_language": "la"
}

Output

Returns result on the output port in the following schema:

{
  "translation": "translated text"
}