Skip to main content

Set per-language auto-translation settings

PUT 

/v2/projects/:projectId/per-language-auto-translation-settings

Set per-language auto-translation settings

Request

Path Parameters

    projectId int64required

Body

arrayrequired
  • Array [
  • languageId int64
    usingTranslationMemory booleanrequired

    If true, new keys will be automatically translated via batch operation using translation memory when 100% match is found

    usingMachineTranslation booleanrequired

    If true, new keys will be automatically translated via batch operationusing primary machine translation service.When "usingTranslationMemory" is enabled, it tries to translate it with translation memory first.

    enableForImport booleanrequired

    If true, import will trigger batch operation to translate the new new keys. It includes also the data imported via CLI, Figma, or other integrations using batch key import.

  • ]

Responses

OK

Schema
    _embedded object
    configs object[]
  • Array [
  • languageId int64
    usingTranslationMemory booleanrequired

    If true, new keys will be automatically translated via batch operation using translation memory when 100% match is found

    usingMachineTranslation booleanrequired

    If true, new keys will be automatically translated via batch operationusing primary machine translation service.When "usingTranslationMemory" is enabled, it tries to translate it with translation memory first.

    enableForImport booleanrequired

    If true, import will trigger batch operation to translate the new new keys. It includes also the data imported via CLI, Figma, or other integrations using batch key import.

  • ]
Loading...