Continuing the discussion from Discourse Translator:
LibreTranslate - Github project page
Project discussion at https://community.libretranslate.com/
Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup. Powered by the open source Argos Translate
Discourse Installation
copy-pasted from the Github readme
You can use this discourse translator plugin to translate Discourse topics. 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/LibreTranslate/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.