Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.06 KB

File metadata and controls

17 lines (10 loc) · 1.06 KB

IcuSkeletonParameters

Properties

Name Type Description Notes
content String Source content to derive skeletons from. Mutually exclusive with `id`; exactly one of the two must be provided. [optional]
id String Translation code to source content from. Mutually exclusive with `content`; exactly one of the two must be provided. [optional]
localeCodes List<String> Locale codes [optional]
keepContent Boolean Keep the content and add missing plural forms for each locale [optional]
zeroFormEnabled Boolean Indicates whether the zero form should be included or excluded in the returned skeletons [optional]
cldrVersion 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]