Indhold kan oversættes vha. maskinoversættelsesmotorer i Crowdin. Hvis den motor, der behøves, ikke ses blandt de understøttede MT-motorer, kan en egen motor tilsluttes ved at oprette en app.
Alle kan oprette apps, som udvider funktionaliteten af Crowdin. For detailed instructions, read articles Getting started with Crowdin apps and Creating an OAuth app.
The functionality of some apps is implemented using webhook events, while others use modules. For this kind of app, you’ll need to utilize modules. Moduler er de funktionelle dele, som integrerer hver app med bestemte dele af Crowdin-UI’en og interagerer med den. Sørg for at bruge modulet “custom-mt” i app-manifestet.
Anmodningsbrødtekst:
{"strings": ["Start", "Next"] }
Forespørgsel:
"target": "de"
"source": "en"
"jwtToken": "jwt token"
Svareks.:
{
"data": {
"translations": ["Start", "Nächste"]
}
Once you create the app, you can install it in Crowdin via manifest.json.
To install the app, follow these steps:
Now, you can connect this MT to your projects:
Once connected, you can use it to pre-translate content or show translation suggestions in the Editor.