{"id":28190407,"url":"https://github.com/futuremind/strapi-provider-translate-deepl","last_synced_at":"2025-07-17T02:05:54.111Z","repository":{"id":268663711,"uuid":"866532889","full_name":"FutureMind/strapi-provider-translate-deepl","owner":"FutureMind","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-18T06:23:00.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-16T10:12:47.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FutureMind.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-02T12:40:34.000Z","updated_at":"2024-12-18T06:23:03.000Z","dependencies_parsed_at":"2024-12-18T07:35:41.087Z","dependency_job_id":null,"html_url":"https://github.com/FutureMind/strapi-provider-translate-deepl","commit_stats":null,"previous_names":["futuremind/strapi-provider-translate-deepl"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FutureMind/strapi-provider-translate-deepl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fstrapi-provider-translate-deepl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fstrapi-provider-translate-deepl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fstrapi-provider-translate-deepl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fstrapi-provider-translate-deepl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FutureMind","download_url":"https://codeload.github.com/FutureMind/strapi-provider-translate-deepl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fstrapi-provider-translate-deepl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265559891,"owners_count":23788088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-16T10:12:46.650Z","updated_at":"2025-07-17T02:05:54.097Z","avatar_url":"https://github.com/FutureMind.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DeepL provider for Strapi Translate Plugin\n\nConfigure the provider through the pluginOptions:\n\n```js\nmodule.exports = {\n  // ...\n  translate: {\n    enabled: true,\n    config: {\n      // Choose one of the available providers\n      provider: 'deepl',\n      // Pass credentials and other options to the provider\n      providerOptions: {\n        // your API key - required and wil cause errors if not provided\n        apiKey: 'key',\n        // use custom api url - optional\n        apiUrl: 'https://api-free.deepl.com',\n        // use custom locale mapping (for example 'en' locale is deprecated so need to choose between 'EN-GB' and 'EN-US')\n        localeMap: {\n          // use uppercase here!\n          EN: 'EN-US',\n        },\n        apiOptions: {\n          // see \u003chttps://github.com/DeepLcom/deepl-node#text-translation-options\u003e for supported options.\n          // note that tagHandling Mode cannot be set this way.\n          // use with caution, as non-default values may break translation of markdown\n          formality: 'default',\n          // ...\n        },\n      },\n      // other options ...\n    },\n  },\n  // ...\n}\n```\n\nor use the default environment variables:\n\n- `DEEPL_API_KEY` - default `undefined`\n- `DEEPL_API_URL` - default `undefined`\n\nTo get an API key, register for free at [www.deepl.com/pro#developer](https://www.deepl.com/pro#developer).\n\n## Limitations:\n\n- Only the [deepl supported languages](https://www.deepl.com/docs-api/translating-text/request/) can be translated\n- The API-Limits of DeepL ([size](https://www.deepl.com/de/docs-api/accessing-the-api/limits/), [number of fields](https://www.deepl.com/de/docs-api/translating-text/request/)) and [too many requests](https://www.deepl.com/de/docs-api/api-access/error-handling/) should be respected. If one field is larger than the request size limit, the content needs to be split and merged at some character, which may break the content layout!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturemind%2Fstrapi-provider-translate-deepl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturemind%2Fstrapi-provider-translate-deepl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturemind%2Fstrapi-provider-translate-deepl/lists"}