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
Copy file name to clipboardExpand all lines: docs/KeyCreateParameters.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**remove_screenshot** | **bool** | Indicates whether the screenshot will be deleted. This parameter is deprecated. Please use the Screenshots endpoint instead. | [optional]
16
16
**unformatted** | **bool** | Indicates whether the key should be exported as \"unformatted\". Supported by Android XML and other formats. | [optional]
17
17
**default_translation_content** | **str** | Creates a translation in the default locale with the specified content | [optional]
18
+
**autotranslate** | **bool** | Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. | [optional]
18
19
**xml_space_preserve** | **bool** | Indicates whether the key should be exported with \"xml:space=preserve\". Supported by several XML-based formats. | [optional]
19
20
**original_file** | **str** | Original file attribute. Used in some formats, e.g. XLIFF. | [optional]
20
21
**localized_format_string** | **str** | NSStringLocalizedFormatKey attribute. Used in .stringsdict format. | [optional]
0 commit comments