Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 668 Bytes

File metadata and controls

24 lines (13 loc) · 668 Bytes

PreTranslationCreateParameters

Properties

Name Type Description Notes
translatableType TranslatableTypeEnum Resource type to pre-translate. [optional]
translatableId String ID of the targeted resource: locale ID for `locale`, job ID for `job`, key ID for `translation_key`, upload ID for `upload`. [optional]

Enum: TranslatableTypeEnum

Name Value
LOCALE "locale"
JOB "job"
TRANSLATION_KEY "translation_key"
UPLOAD "upload"