Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 548 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 548 Bytes

Google Translate Plugin

Usage

The plugin is used in a wider context to translate utterances/texts on demand (e.g. from solvers and ovos-bidirectional-translation-plugin)

add this to one of the configuration files (eg ~./config/mycroft/mycroft.conf)

"language": {
    "detection_module": "ovos-google-lang-detector-plugin",
    "translation_module": "ovos-google-translate-plugin "
}