Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement glossary for DeepL #186

Open
psmits1567 opened this issue Aug 22, 2023 · 0 comments
Open

Implement glossary for DeepL #186

psmits1567 opened this issue Aug 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@psmits1567
Copy link

DeepL has been implemented for translation.
That is a great improvement, but could be even better. DeepL has the possebility to keep a glossary, and use that when translating. If this could be implemented, then the quality would even be better.
The glossary is connected with your DeepL key. So unfortunately it cannot be for general usage
To implement this feature, it would require new functions

  1. Upload a glossary
  2. Delete a glossary (could be done when uploading)
  3. Indicate the glossary ID in your profile.
  4. When the translation request is made sent the glossary ID with the request. (Already requested)
  5. Maybe use the existing glossary from the locale, but better would be to upload your own file.
  6. Possible problem could be a cors issue, because the request is made cross domain
@psmits1567 psmits1567 added the enhancement New feature or request label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant