AdditionalLanguage
toloka.client.project.localization.AdditionalLanguage
| Source code
AdditionalLanguage(
self,
*,
language: Optional[str] = None,
public_name: Optional[FieldTranslation] = None,
public_description: Optional[FieldTranslation] = None,
public_instructions: Optional[FieldTranslation] = None
)
Description for additional language in project
Parameters Description
Parameters | Type | Description |
---|---|---|
language |
Optional[str] | The language into which the translation is made. A string from ISO 639-1. |
public_name |
Optional[FieldTranslation] | Translation of the project field 'public_name' into the specified language. |
public_description |
Optional[FieldTranslation] | Translation of the project field 'public_description' into the specified language. |
public_instructions |
Optional[FieldTranslation] | Translation of the project field 'public_instructions' into the specified language. |