Metadata-Version: 2.4
Name: ovos-translate-server-plugin
Version: 0.0.7a2
Summary: OVOS translation module for self hosted plugins
Author-email: JarbasAi <jarbasai@mailfence.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-translate-server-plugin
Project-URL: Repository, https://github.com/OpenVoiceOS/ovos-translate-server-plugin
Keywords: plugin,lang,detect,translate,OVOS,OpenVoiceOS
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: ovos-plugin-manager<3.0.0,>=1.0.0
Dynamic: license-file

Language Plugin for [ovos translate server](https://github.com/OpenVoiceOS/ovos-translate-server)

## Usage

### OVOS

The plugin is used in a wider context to translate utterances/texts on demand (e.g. from [solvers](https://openvoiceos.github.io/ovos-technical-manual/solvers/) and [ovos-bidirectional-translation-plugin](https://github.com/OpenVoiceOS/ovos-bidirectional-translation-plugin))

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

```javascript
"language": {
    "detection_module": "ovos-lang-detector-plugin-server",
    "translation_module": "ovos-translate-plugin-server",
    "ovos-lang-detector-plugin-server": {
        "host": "http://24.199.127.142:9686"
    },
    "ovos-translate-plugin-server": {
        "host": "http://24.199.127.142:9686"
    }
}
```
