ovos-google-translate-plugin

OVOS translation module for google


License
Apache-2.0
Install
pip install ovos-google-translate-plugin==0.0.0a2

Documentation

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 "
}