Sha256: 2ba4cac51cf2b6136838e864ee5b1e2dec060151377be10b8e599e1773849fab

Contents?: true

Size: 842 Bytes

Versions: 11

Compression:

Stored size: 842 Bytes

Contents

# Phrase::IcuSkeletonParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | **String** | Source content | [optional] 
**locale_codes** | **Array<String>** | Locale codes | [optional] 
**keep_content** | **Boolean** | Keep the content and add missing plural forms for each locale | [optional] 
**zero_form_enabled** | **Boolean** | Indicates whether the zero form should be included or excluded in the returned skeletons | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::IcuSkeletonParameters.new(content: {number, plural, one {One} other {%{n}}},
                                 locale_codes: ["en"],
                                 keep_content: null,
                                 zero_form_enabled: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
phrase-2.10.0 docs/IcuSkeletonParameters.md
phrase-2.9.0 docs/IcuSkeletonParameters.md
phrase-2.8.7 docs/IcuSkeletonParameters.md
phrase-2.8.3 docs/IcuSkeletonParameters.md
phrase-2.8.2 docs/IcuSkeletonParameters.md
phrase-2.8.1 docs/IcuSkeletonParameters.md
phrase-2.8.0 docs/IcuSkeletonParameters.md
phrase-2.7.2 docs/IcuSkeletonParameters.md
phrase-2.7.1 docs/IcuSkeletonParameters.md
phrase-2.7.0 docs/IcuSkeletonParameters.md
phrase-2.6.0 docs/IcuSkeletonParameters.md