The Crowdin API adds a new optional styleGuideIds field to the Apply Pre-Translation (POST /projects/{projectId}/pre-translations) request body. It is an array of Style Guide identifiers used during pre-translation.
API client libraries should be updated to expose styleGuideIds on the Apply Pre-Translation request so consumers can pass style guides when applying pre-translation via the SDK.
References:
The Crowdin API adds a new optional
styleGuideIdsfield to the Apply Pre-Translation (POST /projects/{projectId}/pre-translations) request body. It is an array of Style Guide identifiers used during pre-translation.API client libraries should be updated to expose
styleGuideIdson the Apply Pre-Translation request so consumers can pass style guides when applying pre-translation via the SDK.References: