DeepL ^0.1.0-beta.8
You can use DeepL to translate text in Raycast Translate feature.
Configuration Change in ^0.5.0-beta.2
We have changed the configuration structure for DeepL. Please update your configuration file.
And we support multiple DeepL endpoints and access tokens now.
Usage
- Set
Translate.defaulttodeeplxin your configuration file.
Configuration
check_available: Check if the DeepL API is available or not. Optional ^v0.5.0-beta.2concurrency: The concurrency of the DeepL API. Optional ^v0.5.0-beta.2proxy_endpoints: The proxy endpoints for DeepL API. Optional ^v0.5.0-beta.2access_tokens: The access tokens for DeepL API. Optional ^v0.5.0-beta.2
WARNING
Please note that proxy_endpoints and access_tokens should be one-to-one.
If some proxy_endpoints do not have corresponding access_tokens, please set them to '' (empty).
Deprecated (^v0.5.0-beta.2)proxy_endpoint: The proxy endpoint for DeepL API.Deprecated (^v0.5.0-beta.2)access_token: The access token for DeepL API.
Example
toml
[Translate.DeepLX]
# check_available = true
# concurrency = 2
# proxy_endpoints = []
# access_tokens = []