Sha256: c6f999e13cfe1820e052dbd7fccdb95ddeba76dc37ecb961972ccd5149d6f4b9

Contents?: true

Size: 1.17 KB

Versions: 29

Compression:

Stored size: 1.17 KB

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] 
**cldr_version** | **String** | Strings supports two CLDR variants, when it comes to pluralization rules. \\ You can choose which one you want to use when constructing the skeletons. Possible values \\ are `legacy` and `cldr_41`. Default value is `legacy`. | [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,
                                 cldr_version: cldr_41)
```


Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
phrase-3.7.1 docs/IcuSkeletonParameters.md
phrase-3.7.0 docs/IcuSkeletonParameters.md
phrase-3.6.0 docs/IcuSkeletonParameters.md
phrase-3.5.0 docs/IcuSkeletonParameters.md
phrase-3.4.0 docs/IcuSkeletonParameters.md
phrase-3.3.0 docs/IcuSkeletonParameters.md
phrase-3.2.1 docs/IcuSkeletonParameters.md
phrase-3.2.0 docs/IcuSkeletonParameters.md
phrase-3.1.1 docs/IcuSkeletonParameters.md
phrase-3.1.0 docs/IcuSkeletonParameters.md
phrase-3.0.0 docs/IcuSkeletonParameters.md
phrase-2.26.0 docs/IcuSkeletonParameters.md
phrase-2.25.0 docs/IcuSkeletonParameters.md
phrase-2.24.0 docs/IcuSkeletonParameters.md
phrase-2.23.0 docs/IcuSkeletonParameters.md
phrase-2.22.2 docs/IcuSkeletonParameters.md
phrase-2.22.1 docs/IcuSkeletonParameters.md
phrase-2.22.0 docs/IcuSkeletonParameters.md
phrase-2.21.0 docs/IcuSkeletonParameters.md
phrase-2.20.0 docs/IcuSkeletonParameters.md