This module helps you connect machine translation engines not yet supported by Crowdin. Once you create this kind of app, you’ll be able to pre-translate your content with the connected MT or enable translation suggestions made by it to be shown in the Editor for translators.
{
"custom-mt": [
{
"key": "custom-mt",
"name": "Custom MT",
"logo": "/logo.png",
"url": "/translate"
}
]
}
key | Type: Required: yes Description: Module identifier within the Crowdin app. |
name | Type: Required: yes Description: The human-readable name of the module. |
logo | Type: Required: yes Description: The relative URL to the custom MT's logo that will be displayed in the Crowdin UI. |
url | Type: Required: yes Description: The relative URL to the content page of the module that will be integrated with Crowdin. |
environments | Type: Allowed values: Description: Set of environments where a module could be installed. |