Skip to content

Integrations

Many software packages have been integrated with LibreTranslate. Some of them are listed below:

You can use the official discourse translator plugin to translate Discourse topics with LibreTranslate. To install it simply modify /var/discourse/containers/app.yml:

## Plugins go here
## see https://meta.discourse.org/t/19157 for details
hooks:
after_code:
- exec:
cd: $home/plugins
cmd:
- git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/discourse/discourse-translator
...

Then issue ./launcher rebuild app. From the Discourse’s admin panel then select “LibreTranslate” as a translation provider and set the relevant endpoint configurations.

See it in action on this page.