-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Support machine translation in the translation server (and consume it in the app).
API:
/api/targets/:language/units/:id/machine-translation
Response:
interface MachineTranslationResponse {
provider: string;
translation?: string;
error?: string; //
}Possible Providers:
- DeepL
- Others?
Open Questions:
- Is this a reasonable requirement or would a mass-machine-translation via schematics be preferable?
- Should a custom provider implementation be possible for business internal translation APIs?
Important Notice:
I currently have no need for this feature. Unless this changes or a consumer voices a strong requirement, this will not be implemented. If you want to contribute this feature, describe your use-case in this issue before you start.
Raphyyy and aledavidgueva
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request