Discourse translator link update

This commit is contained in:
Piero Toffanin 2023-12-29 16:10:19 -05:00 committed by GitHub
parent 9ae6ee7ef3
commit 6c2ff0e389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,7 @@ You can use the LibreTranslate API using the following bindings:
## Discourse Plugin ## Discourse Plugin
You can use this [discourse translator plugin](https://github.com/LibreTranslate/discourse-translator) to translate [Discourse](https://discourse.org) topics. To install it simply modify `/var/discourse/containers/app.yml`: You can use the [official discourse translator plugin](https://github.com/discourse/discourse-translator) to translate [Discourse](https://discourse.org) topics with LibreTranslate. To install it simply modify `/var/discourse/containers/app.yml`:
```yaml ```yaml
## Plugins go here ## Plugins go here
@ -348,7 +348,7 @@ hooks:
cd: $home/plugins cd: $home/plugins
cmd: cmd:
- git clone https://github.com/discourse/docker_manager.git - git clone https://github.com/discourse/docker_manager.git
- git clone https://github.com/LibreTranslate/discourse-translator - git clone https://github.com/discourse/discourse-translator
... ...
``` ```