Sha256: 3e9563e12fd7abc7baefba4ca203d40077d8c95c31913355a71186a136ccb271

Contents?: true

Size: 517 Bytes

Versions: 51

Compression:

Stored size: 517 Bytes

Contents

# Phrase::GlossaryTermTranslationCreateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**locale_code** | **String** | Identifies the language for this translation | [optional] 
**content** | **String** | The content of the translation | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::GlossaryTermTranslationCreateParameters.new(locale_code: en-US,
                                 content: My translated term)
```


Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
phrase-2.26.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.25.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.24.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.23.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.22.2 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.22.1 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.22.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.21.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.20.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.19.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.18.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.17.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.16.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.15.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.14.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.13.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.12.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.11.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.10.0 docs/GlossaryTermTranslationCreateParameters.md
phrase-2.9.0 docs/GlossaryTermTranslationCreateParameters.md