Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 2.11 KB

File metadata and controls

26 lines (19 loc) · 2.11 KB

UploadCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
file File File to be imported [optional]
fileFormat String File format. Auto-detected when possible and not specified. [optional]
localeId String Locale of the file's content. Can be the name or public id of the locale. Preferred is the public id. [optional]
tags String List of tags separated by comma to be associated with the new keys contained in the upload. [optional]
updateTranslations Boolean Indicates whether existing translations should be updated with the file content. [optional]
updateDescriptions Boolean Existing key descriptions will be updated with the file content. Empty descriptions overwrite existing descriptions. [optional]
convertEmoji Boolean This option is obsolete. Providing the option will cause a bad request error. [optional]
skipUploadTags Boolean Indicates whether the upload should not create upload tags. [optional]
skipUnverification Boolean Indicates whether the upload should unverify updated translations. [optional]
fileEncoding String Enforces a specific encoding on the file contents. Valid options are "UTF-8", "UTF-16" and "ISO-8859-1". [optional]
localeMapping Object Optional, format specific mapping between locale names and the columns the translations to those locales are contained in. [optional]
formatOptions Object Additional options available for specific formats. See our format guide for complete list. [optional]
autotranslate Boolean If set, translations for the uploaded language will be fetched automatically. [optional]
markReviewed Boolean Indicated whether the imported translations should be marked as reviewed. This setting is available if the review workflow (currently beta) is enabled for the project. [optional]