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
Key description (usually includes contextual information for translators)
[optional]
plural
Boolean
Indicates whether key supports pluralization
[optional]
name_plural
String
Plural name for the key (used in some file formats, e.g. Gettext)
[optional]
data_type
String
Type of the key. Can be one of the following: string, number, boolean, array, markdown.
[optional]
tags
String
List of tags separated by comma to be associated with the key.
[optional]
max_characters_allowed
Integer
Max. number of characters translations for this key can have.
[optional]
screenshot
File
Screenshot/image for the key. This parameter is deprecated. Please use the Screenshots endpoint instead.
[optional]
remove_screenshot
Boolean
Indicates whether the screenshot will be deleted. This parameter is deprecated. Please use the Screenshots endpoint instead.
[optional]
unformatted
Boolean
Indicates whether the key should be exported as "unformatted". Supported by Android XML and other formats.
[optional]
xml_space_preserve
Boolean
Indicates whether the key should be exported with "xml:space=preserve". Supported by several XML-based formats.
[optional]
original_file
String
Original file attribute. Used in some formats, e.g. XLIFF.
[optional]
localized_format_string
String
NSStringLocalizedFormatKey attribute. Used in .stringsdict format.
[optional]
localized_format_key
String
NSStringLocalizedFormatKey attribute. Used in .stringsdict format.
[optional]
custom_metadata
Object
Updates/Creates custom metadata property name and value pairs to be associated with key. If you want to delete a custom metadata property, you can set its value to null. If you want to update a custom metadata property, you can set its value to the new value.