The goal of this project is to implement an emacs command that will replace the selected text with a translation into another language.
The original text is put in kill-ring.
To use it correctly you need to customize the variables:
- etrans-deepl-auth-key (no default value)
- etrans-source-lang (default “RO”)
- etrans-target-lang (default “EN”)