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