Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.31 KB

KeyCreateParameters.md

File metadata and controls

29 lines (22 loc) · 2.31 KB

KeyCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
name String Key name
description String Key description (usually includes contextual information for translators) [optional]
plural Boolean Indicates whether key supports pluralization [optional]
namePlural String Plural name for the key (used in some file formats, e.g. Gettext) [optional]
dataType 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]
maxCharactersAllowed 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]
removeScreenshot 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]
defaultTranslationContent String Creates a translation in the default locale with the specified content [optional]
autotranslate Boolean Indicates whether the key should be autotranslated to other locales based on the copy provided in `default_translation_content`. [optional]
xmlSpacePreserve Boolean Indicates whether the key should be exported with "xml:space=preserve". Supported by several XML-based formats. [optional]
originalFile String Original file attribute. Used in some formats, e.g. XLIFF. [optional]
localizedFormatString String NSStringLocalizedFormatKey attribute. Used in .stringsdict format. [optional]
localizedFormatKey String NSStringLocalizedFormatKey attribute. Used in .stringsdict format. [optional]
customMetadata Object Custom metadata property name and value pairs to be associated with key. [optional]