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

Add Deepl support for translate #302

Merged
merged 1 commit into from
Sep 26, 2021
Merged

Add Deepl support for translate #302

merged 1 commit into from
Sep 26, 2021

Conversation

Toastyice
Copy link
Contributor

Description

This change adds DeepL support for the plot translation.
in order to use it you need to provide an ApiKey which can be obtained here: https://www.deepl.com/pro-api?cta=header-pro
(With the free ApiKey you can translate up to 500.000 characters free of charge (CreditCard required for sign up)

Currently the ApiKey will not be validated on used as is.

Motivation and Context

DeepL offers better and more natrual translations than googletranslate

How Has This Been Tested?

Tested on Windows Server 2019 with pwsh 7.1.3 and python 3.8.5 with a free ApiKey

Fix module check, Apikey parse, newline

Add deeplkey transfer to translate script
@jvlflame jvlflame added the enhancement New feature or request label Sep 26, 2021
@jvlflame jvlflame merged commit acb5f0a into javinizer:master Sep 26, 2021
@jvlflame jvlflame mentioned this pull request Sep 28, 2021
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

Successfully merging this pull request may close these issues.

Feature Request: Using DeepL Translate API to translate titles and descriptions
2 participants