Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 11 Next »

CategoryLanguageResource

Purpose

Integrate DeepL as LanguageResource.

Bootstrap Class

editor_Plugins_DeepL_Init
TypePlug-in (only available for companies with a Support- and Development contract)

Description

For using LanguageResources in translate5, see Basic usage - LanguageResources.

In order to use DeepL, you will be asked to enter your "DeepL PRO API Key".

Please note: Since translate5 is NOT a CAT-tool with a license-per-user model, translate5 uses the volume-based DeepL API, as agreed by the DeepL company.

You will need the "DeepL API" license key "for developers". Please see https://www.deepl.com/de/pro.html#developer. You pay a basic fee per month and on top a volume based fee.

Configuration of the DeepL- Plug-In

Config nameValuesDefaultDescription

Using the config in the database:

runtimeOptions.plugins.DeepL.server

list["https://api.deepl.com"]DeepL Api Server; format: ["SCHEME://HOST:PORT"]

Using the config in the installation.ini

runtimeOptions.plugins.DeepL.server[]


https://api.deepl.com
runtimeOptions.plugins.DeepL.authkeystring(put your api key here)The authentication key as found in your DeepL-account settings
Please note: Since translate5 is NOT a CAT-tool with a license-per-user model, translate5 uses the volume-based DeepL API, as agreed by the DeepL company..
You will need the "DeepL API" license key "for developers". Please see https://www.deepl.com/de/pro.html#developer. You pay a basic fee per month and on top a volume based fee.
runtimeOptions.plugins.DeepL.matchrateinteger70DeepL penalty value, used as default matchrate since in MT no matchrate is available

If you use the installation.ini to configure DeepL, the server entry must look like:

runtimeOptions.plugins.DeepL.server[] = https://api.deepl.com

  • No labels