Sha256: c0b3cd3ec100074735e9043fe03984898e5a3bb2b4bd47c52bb5980f7f921b25
Contents?: true
Size: 1.42 KB
Versions: 27
Compression:
Stored size: 1.42 KB
Contents
# Phrase::TranslationUpdateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] **content** | **String** | Translation content | [optional] **plural_suffix** | **String** | Plural suffix. Can be one of: zero, one, two, few, many, other. Must be specified if the key associated to the translation is pluralized. | [optional] **unverified** | **Boolean** | Indicates whether translation is unverified. Part of the <a href=\"https://help.phrase.com/help/verification-and-proofreading\" target=\"_blank\">Advanced Workflows</a> feature. | [optional] **excluded** | **Boolean** | Indicates whether translation is excluded. | [optional] **autotranslate** | **Boolean** | Indicates whether the translation should be auto-translated. Responses with status 422 if provided for translation within a non-default locale or the project does not have the Autopilot feature enabled. | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TranslationUpdateParameters.new(branch: my-feature-branch, content: My translation, plural_suffix: null, unverified: null, excluded: null, autotranslate: null) ```
Version data entries
27 entries across 27 versions & 1 rubygems