Skip to content

Feature: Machine translation #3

Description

@kyubisation

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:

  • Google
  • 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions