Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/driebit/zotonic_mod_translate_deepl
Zotonic module for the automatic translation of texts using DeepL
https://github.com/driebit/zotonic_mod_translate_deepl
Last synced: 2 days ago
JSON representation
Zotonic module for the automatic translation of texts using DeepL
- Host: GitHub
- URL: https://github.com/driebit/zotonic_mod_translate_deepl
- Owner: driebit
- License: apache-2.0
- Created: 2024-01-02T15:25:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-12T16:00:29.000Z (about 1 year ago)
- Last Synced: 2024-01-13T07:16:17.351Z (about 1 year ago)
- Language: Erlang
- Homepage: https://zotonic.com
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zotonic_mod_translate_deepl
Automatic translation of texts using DeepL
If this module is enabled then the _translate_ option will be added to the
dialog shown when adding a language. This allows to translate texts from an
existing language to another language.## API key configuration
There is a single configuration key:
* `mod_translate_deepl.api_key` Set to the API key from DeepL.
If the API key ends with `:fx` then the free api endpoint at `https://api-free.deepl.com` is
used, otherwise the paid endpoint at `https://api.deepl.com` is used.## ACL configurarion
You must also allow the user to use the DeepL integration. This is to prevent an open API endpoint
to access DeepL, using the paid account of the site. Add `use.mod_translate_deepl` for the
user groups that are allowed to use DeepL.## Languages supported
DeepL does not support all possible language combinations.
Check here for the supported language combinations:https://support.deepl.com/hc/en-us/articles/360019925219-Languages-included-in-DeepL-Pro