You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,13 +51,14 @@ with phrase_api.ApiClient(configuration) as api_client:
51
51
locale_mapping =None# object | Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
52
52
format_options =None# object | Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
53
53
autotranslate =True# bool | If set, translations for the uploaded language will be fetched automatically.
54
+
verify_mentioned_translations =False# bool | Indicates whether all translations mentioned in the upload should be verified. (default to False)
54
55
mark_reviewed =True# bool | Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
55
56
tag_only_affected_keys =False# bool | Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false` (default to False)
56
57
translation_key_prefix ='translation_key_prefix_example'# str | This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
print("Exception when calling UploadsApi->upload_create: %s\n"% e)
@@ -86,6 +87,7 @@ Name | Type | Description | Notes
86
87
**locale_mapping** | [**object**](object.md)| Mapping between locale names and translation columns. Required in some formats like CSV or XLSX. | [optional]
87
88
**format_options** | [**object**](object.md)| Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings). | [optional]
88
89
**autotranslate** | **bool**| If set, translations for the uploaded language will be fetched automatically. | [optional]
90
+
**verify_mentioned_translations** | **bool**| Indicates whether all translations mentioned in the upload should be verified. | [optional][default to False]
89
91
**mark_reviewed** | **bool**| Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project. | [optional]
90
92
**tag_only_affected_keys** | **bool**| Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false` | [optional][default to False]
91
93
**translation_key_prefix** | **str**| This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized. | [optional]
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
64
64
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
65
65
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
66
+
:param bool verify_mentioned_translations: Indicates whether all translations mentioned in the upload should be verified.
66
67
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
67
68
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
68
69
:param str translation_key_prefix: This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
:param object locale_mapping: Mapping between locale names and translation columns. Required in some formats like CSV or XLSX.
109
110
:param object format_options: Additional options available for specific formats. See our format guide for the [complete list](https://support.phrase.com/hc/en-us/articles/9652464547740-List-of-Supported-File-Types-Strings).
110
111
:param bool autotranslate: If set, translations for the uploaded language will be fetched automatically.
112
+
:param bool verify_mentioned_translations: Indicates whether all translations mentioned in the upload should be verified.
111
113
:param bool mark_reviewed: Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow is enabled for the project.
112
114
:param bool tag_only_affected_keys: Indicates whether only keys affected (created or updated) by the upload should be tagged. The default is `false`
113
115
:param str translation_key_prefix: This prefix will be added to all uploaded translation key names to prevent collisions. Use a meaningful prefix related to your project or file to keep key names organized.
0 commit comments